Home
last modified time | relevance | path

Searched refs:standard_scale (Results 1 – 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pclm.c122 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()
Dlib_pwg.c174 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()
Dlib_pcl.h110 float standard_scale; member