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

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1635 ubyte *newStripPtr = NULL; local
1710 newStripPtr = shiftStripByLeftMargin((ubyte *) localInBuffer, currSourceWidth,
1759 if (newStripPtr) {
1761 newStripPtr, currRenderResolutionInteger, destColorSpace, &numCompBytes);
1763 free(newStripPtr);
1764 newStripPtr = NULL;
1802 if (newStripPtr) {
1803 result = compress(scratchBuffer, &destSize, (const Bytef *) newStripPtr,
1805 free(newStripPtr);
1806 newStripPtr
[all...]

Completed in 41 milliseconds