Searched refs:currSourceWidth (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
H A D | genPCLm.cpp | 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() 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() [all …]
|
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
H A D | PCLmGenerator.h | 232 int currSourceWidth; variable
|