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