Home
last modified time | relevance | path

Searched refs:leftMarginInPix (Results 1 – 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1395 leftMarginInPix = 0; in PCLmGenerator()
1493 leftMarginInPix = (int) (((PCLmPageContent->mediaWidthOffset / STANDARD_SCALE_FOR_PDF) * in StartPage()
1506 if (leftMarginInPix % 16) { in StartPage()
1508 int i = leftMarginInPix % 16; in StartPage()
1510 leftMarginInPix -= i; in StartPage()
1512 leftMarginInPix += (16 - i); in StartPage()
1709 if (leftMarginInPix) { in Encapsulate()
1711 currStripHeight, numLinesThisCall, mediaWidthInPixels, leftMarginInPix, in Encapsulate()
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DPCLmGenerator.h262 sint32 leftMarginInPix; variable