Lines Matching refs:currSourceWidth
55 static ubyte *shiftStripByLeftMargin(ubyte *ptrToStrip, sint32 currSourceWidth, in shiftStripByLeftMargin() argument
69 fromPtr = ptrToStrip + (i * currSourceWidth); in shiftStripByLeftMargin()
70 memcpy(toPtr, fromPtr, currSourceWidth); in shiftStripByLeftMargin()
74 sint32 srcScanlineWidth = currSourceWidth * 3; in shiftStripByLeftMargin()
1440 writePDFGrammarTrailer(currSourceWidth, currSourceHeight); in EndJob()
1480 currSourceWidth = PCLmPageContent->SourceWidthPixels; in StartPage()
1696 prepImageForBacksideDuplex((ubyte *) localInBuffer, numLinesThisCall, currSourceWidth, in Encapsulate()
1703 colorConvertSource(sourceColorSpace, grayScale, (ubyte *) localInBuffer, currSourceWidth, in Encapsulate()
1710 newStripPtr = shiftStripByLeftMargin((ubyte *) localInBuffer, currSourceWidth, in Encapsulate()
1720 whiteStrip = isWhiteStrip(pInBuffer, thisHeight * currSourceWidth * srcNumComponents); in Encapsulate()
1755 sint32 numLeftoverBytes = (currStripHeight - numLinesThisCall) * currSourceWidth * 3; in Encapsulate()
1756 sint32 numImagedBytes = numLinesThisCall * currSourceWidth * 3; in Encapsulate()