Searched refs:localInBuffer (Results 1 - 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1634 void *localInBuffer; local
1667 localInBuffer = tmpBuffer;
1669 localInBuffer = pInBuffer;
1680 ptr = (ubyte *) localInBuffer + scanlineWidth * numLeftoverScanlines;
1696 prepImageForBacksideDuplex((ubyte *) localInBuffer, numLinesThisCall, currSourceWidth,
1703 colorConvertSource(sourceColorSpace, grayScale, (ubyte *) localInBuffer, currSourceWidth,
1710 newStripPtr = shiftStripByLeftMargin((ubyte *) localInBuffer, currSourceWidth,
1759 memset((ubyte *) localInBuffer + numImagedBytes, 0xff, numLeftoverBytes);
1770 (JSAMPLE *) localInBuffer, currRenderResolutionInteger, destColorSpace,
1812 result = compress(scratchBuffer, &destSize, (const Bytef *) localInBuffer,
[all...]

Completed in 29 milliseconds