HomeSort by relevance Sort by last modified time
    Searched refs:standard_scale (Results 1 - 3 of 3) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
lib_pclm.c 122 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;
lib_pcl.h 110 float standard_scale; member in struct:__anon44637
lib_pwg.c 178 job_info->standard_scale = (float) resolution / (float) 72;
244 page_info->sourceHeight = (float) pixel_height / job_info->standard_scale;
245 page_info->sourceWidth = (float) pixel_width / job_info->standard_scale;

Completed in 304 milliseconds