Searched refs:localInBuffer (Results 1 – 1 of 1) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genPCLm.cpp | 1634 void *localInBuffer; in Encapsulate() local 1667 localInBuffer = tmpBuffer; in Encapsulate() 1669 localInBuffer = pInBuffer; in Encapsulate() 1680 ptr = (ubyte *) localInBuffer + scanlineWidth * numLeftoverScanlines; in Encapsulate() 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() 1759 memset((ubyte *) localInBuffer + numImagedBytes, 0xff, numLeftoverBytes); in Encapsulate() 1770 (JSAMPLE *) localInBuffer, currRenderResolutionInteger, destColorSpace, in Encapsulate() 1812 result = compress(scratchBuffer, &destSize, (const Bytef *) localInBuffer, in Encapsulate() [all …]
|