Searched refs:standard_scale (Results 1 – 3 of 3) sorted by relevance
122 job_info->standard_scale = (float) resolution / (float) STANDARD_SCALE_FOR_PDF; in _start_job()188 page_info->sourceHeight = (float) pixel_height / job_info->standard_scale; in _start_page()189 page_info->sourceWidth = (float) pixel_width / job_info->standard_scale; in _start_page()
174 job_info->standard_scale = (float) resolution / (float) 72; in _start_job()243 page_info->sourceHeight = (float) pixel_height / job_info->standard_scale; in _start_page()244 page_info->sourceWidth = (float) pixel_width / job_info->standard_scale; in _start_page()
110 float standard_scale; member