Lines Matching refs:topMarginInPix
800 if (topMarginInPix) { in writePDFGrammarPage()
862 if (topMarginInPix) { in writePDFGrammarPage()
1393 topMarginInPix = 0; in PCLmGenerator()
1490 topMarginInPix = (int) (((PCLmPageContent->mediaHeightOffset / STANDARD_SCALE_FOR_PDF) * in StartPage()
1495 if (topMarginInPix % 16) { in StartPage()
1497 int i = topMarginInPix % 16; in StartPage()
1499 topMarginInPix -= i; in StartPage()
1501 topMarginInPix += (16 - i); in StartPage()
1579 if (topMarginInPix) { in StartPage()
1580 if (topMarginInPix <= currStripHeight) { in StartPage()
1582 numFullScanlinesToInject = topMarginInPix; in StartPage()
1585 numFullInjectedStrips = topMarginInPix / currStripHeight; in StartPage()
1588 topMarginInPix - (numFullInjectedStrips * currStripHeight); in StartPage()
1724 if (firstStrip && topMarginInPix) { in Encapsulate()
1727 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); in Encapsulate()
1728 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix); in Encapsulate()
1780 if (firstStrip && topMarginInPix) { in Encapsulate()
1784 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); in Encapsulate()
1786 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix); in Encapsulate()
1818 if (firstStrip && topMarginInPix) { in Encapsulate()
1823 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); in Encapsulate()
1824 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix); in Encapsulate()