Searched refs:newStripPtr (Results 1 – 1 of 1) sorted by relevance
1634 ubyte *newStripPtr = NULL; in Encapsulate() local1709 newStripPtr = shiftStripByLeftMargin((ubyte *) localInBuffer, currSourceWidth, in Encapsulate()1761 if (newStripPtr) { in Encapsulate()1763 newStripPtr, currRenderResolutionInteger, destColorSpace, &numCompBytes); in Encapsulate()1765 free(newStripPtr); in Encapsulate()1766 newStripPtr = NULL; in Encapsulate()1804 if (newStripPtr) { in Encapsulate()1805 result = compress(scratchBuffer, &destSize, (const Bytef *) newStripPtr, in Encapsulate()1807 free(newStripPtr); in Encapsulate()1808 newStripPtr = NULL; in Encapsulate()[all …]