Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1457 int PCLmGenerator::StartPage(PCLmPageSetup *PCLmPageContent, void **pOutBuffer, in StartPage() argument
1461 currRenderResolution = PCLmPageContent->destinationResolution; in StartPage()
1479 currSourceWidth = PCLmPageContent->SourceWidthPixels; in StartPage()
1480 currSourceHeight = PCLmPageContent->SourceHeightPixels; in StartPage()
1483 mediaWidth = (int) (PCLmPageContent->mediaWidth); in StartPage()
1484 mediaHeight = (int) (PCLmPageContent->mediaHeight); in StartPage()
1487 mediaWidthInPixels = PCLmPageContent->mediaWidthInPixels; in StartPage()
1488 mediaHeightInPixels = PCLmPageContent->mediaHeightInPixels; in StartPage()
1490 topMarginInPix = (int) (((PCLmPageContent->mediaHeightOffset / STANDARD_SCALE_FOR_PDF) * in StartPage()
1492 leftMarginInPix = (int) (((PCLmPageContent->mediaWidthOffset / STANDARD_SCALE_FOR_PDF) * in StartPage()
[all …]
/packages/services/BuiltInPrintService/jni/plugins/
Dpclm_wrapper_api.cpp34 int PCLmStartPage(void *thisClass, PCLmPageSetup *PCLmPageContent, void **pOutBuffer, in PCLmStartPage() argument
36 return static_cast<PCLmGenerator *>(thisClass)->StartPage(PCLmPageContent, pOutBuffer, in PCLmStartPage()
Dpclm_wrapper_api.h36 int PCLmStartPage(void *thisClass, PCLmPageSetup *PCLmPageContent, void **pOutBuffer,
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DPCLmGenerator.h51 int StartPage(PCLmPageSetup *PCLmPageContent, void **pOutBuffer, int *iOutBufferSize);