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.cpp1394 leftMarginInPix = 0; in PCLmGenerator()
1492 leftMarginInPix = (int) (((PCLmPageContent->mediaWidthOffset / STANDARD_SCALE_FOR_PDF) * in StartPage()
1505 if (leftMarginInPix % 16) { in StartPage()
1507 int i = leftMarginInPix % 16; in StartPage()
1509 leftMarginInPix -= i; in StartPage()
1511 leftMarginInPix += (16 - i); in StartPage()
1708 if (leftMarginInPix) { in Encapsulate()
1710 currStripHeight, numLinesThisCall, mediaWidthInPixels, leftMarginInPix, in Encapsulate()
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DPCLmGenerator.h262 sint32 leftMarginInPix; variable