Searched refs:PCLmPageContent (Results 1 - 4 of 4) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/
H A Dpclm_wrapper_api.cpp34 int PCLmStartPage(void *thisClass, PCLmPageSetup *PCLmPageContent, void **pOutBuffer, argument
36 return static_cast<PCLmGenerator *>(thisClass)->StartPage(PCLmPageContent, pOutBuffer,
H A Dpclm_wrapper_api.h36 int PCLmStartPage(void *thisClass, PCLmPageSetup *PCLmPageContent, void **pOutBuffer,
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1458 int PCLmGenerator::StartPage(PCLmPageSetup *PCLmPageContent, void **pOutBuffer, argument
1462 currRenderResolution = PCLmPageContent->destinationResolution;
1480 currSourceWidth = PCLmPageContent->SourceWidthPixels;
1481 currSourceHeight = PCLmPageContent->SourceHeightPixels;
1484 mediaWidth = (int) (PCLmPageContent->mediaWidth);
1485 mediaHeight = (int) (PCLmPageContent->mediaHeight);
1488 mediaWidthInPixels = PCLmPageContent->mediaWidthInPixels;
1489 mediaHeightInPixels = PCLmPageContent->mediaHeightInPixels;
1491 topMarginInPix = (int) (((PCLmPageContent->mediaHeightOffset / STANDARD_SCALE_FOR_PDF) *
1493 leftMarginInPix = (int) (((PCLmPageContent
[all...]
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A DPCLmGenerator.h51 int StartPage(PCLmPageSetup *PCLmPageContent, void **pOutBuffer, int *iOutBufferSize);

Completed in 127 milliseconds