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

/packages/services/BuiltInPrintService/jni/plugins/
H A Dlib_pclm.c122 job_info->standard_scale = (float) resolution / (float) STANDARD_SCALE_FOR_PDF;
187 page_info->sourceHeight = (float) pixel_height / job_info->standard_scale;
188 page_info->sourceWidth = (float) pixel_width / job_info->standard_scale;
H A Dlib_pcl.h110 float standard_scale; member in struct:__anon178
H A Dlib_pwg.c175 job_info->standard_scale = (float) resolution / (float) 72;
241 page_info->sourceHeight = (float) pixel_height / job_info->standard_scale;
242 page_info->sourceWidth = (float) pixel_width / job_info->standard_scale;

Completed in 69 milliseconds