Home
last modified time | relevance | path

Searched refs:destinationResolution (Results 1 – 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
Dlib_pclm.c156 job_info->pclm_page_info.destinationResolution = res600; in _start_job()
158 job_info->pclm_page_info.destinationResolution = res300; in _start_job()
160 job_info->pclm_page_info.destinationResolution = res600; in _start_job()
162 job_info->pclm_page_info.destinationResolution = res1200; in _start_job()
Dlib_pwg.c209 job_info->pclm_page_info.destinationResolution = res600; in _start_job()
211 job_info->pclm_page_info.destinationResolution = res300; in _start_job()
213 job_info->pclm_page_info.destinationResolution = res600; in _start_job()
215 job_info->pclm_page_info.destinationResolution = res1200; in _start_job()
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
Dcommon_defines.h171 renderResolution destinationResolution; member
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1462 currRenderResolution = PCLmPageContent->destinationResolution; in StartPage()
1884 if (myPageInfo->destinationResolution == res300) { in GetPclmMediaDimensions()
1886 } else if (myPageInfo->destinationResolution == res600) { in GetPclmMediaDimensions()
1888 } else if (myPageInfo->destinationResolution == res1200) { in GetPclmMediaDimensions()