Lines Matching refs:topMarginInPix
801 if (topMarginInPix) { in writePDFGrammarPage()
863 if (topMarginInPix) { in writePDFGrammarPage()
1394 topMarginInPix = 0; in PCLmGenerator()
1491 topMarginInPix = (int) (((PCLmPageContent->mediaHeightOffset / STANDARD_SCALE_FOR_PDF) * in StartPage()
1496 if (topMarginInPix % 16) { in StartPage()
1498 int i = topMarginInPix % 16; in StartPage()
1500 topMarginInPix -= i; in StartPage()
1502 topMarginInPix += (16 - i); in StartPage()
1580 if (topMarginInPix) { in StartPage()
1581 if (topMarginInPix <= currStripHeight) { in StartPage()
1583 numFullScanlinesToInject = topMarginInPix; in StartPage()
1586 numFullInjectedStrips = topMarginInPix / currStripHeight; in StartPage()
1589 topMarginInPix - (numFullInjectedStrips * currStripHeight); in StartPage()
1725 if (firstStrip && topMarginInPix) { in Encapsulate()
1728 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); in Encapsulate()
1729 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix); in Encapsulate()
1781 if (firstStrip && topMarginInPix) { in Encapsulate()
1785 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); in Encapsulate()
1787 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix); in Encapsulate()
1819 if (firstStrip && topMarginInPix) { in Encapsulate()
1824 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); in Encapsulate()
1825 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix); in Encapsulate()