Searched defs: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,
1762 if (newStripPtr) {
1764 newStripPtr, currRenderResolutionInteger, destColorSpace, &numCompBytes);
1766 free(newStripPtr);
1767 newStripPtr = NULL;
1805 if (newStripPtr) {
1806 result = compress(scratchBuffer, &destSize, (const Bytef *) newStripPtr,
1808 free(newStripPtr);
1809 newStripPtr
[all...]

Completed in 38 milliseconds