Lines Matching refs:currSourceWidth
55 static ubyte *shiftStripByLeftMargin(ubyte *ptrToStrip, sint32 currSourceWidth, in shiftStripByLeftMargin() argument
68 fromPtr = ptrToStrip + (i * currSourceWidth); in shiftStripByLeftMargin()
69 memcpy(toPtr, fromPtr, currSourceWidth); in shiftStripByLeftMargin()
73 sint32 srcScanlineWidth = currSourceWidth * 3; in shiftStripByLeftMargin()
1439 writePDFGrammarTrailer(currSourceWidth, currSourceHeight); in EndJob()
1479 currSourceWidth = PCLmPageContent->SourceWidthPixels; in StartPage()
1695 prepImageForBacksideDuplex((ubyte *) localInBuffer, numLinesThisCall, currSourceWidth, in Encapsulate()
1702 colorConvertSource(sourceColorSpace, grayScale, (ubyte *) localInBuffer, currSourceWidth, in Encapsulate()
1709 newStripPtr = shiftStripByLeftMargin((ubyte *) localInBuffer, currSourceWidth, in Encapsulate()
1719 whiteStrip = isWhiteStrip(pInBuffer, thisHeight * currSourceWidth * srcNumComponents); in Encapsulate()
1754 sint32 numLeftoverBytes = (currStripHeight - numLinesThisCall) * currSourceWidth * 3; in Encapsulate()
1755 sint32 numImagedBytes = numLinesThisCall * currSourceWidth * 3; in Encapsulate()