Searched refs:newStripPtr (Results 1 – 1 of 1) sorted by relevance
1635 ubyte *newStripPtr = NULL; in Encapsulate() local1710 newStripPtr = shiftStripByLeftMargin((ubyte *) localInBuffer, currSourceWidth, in Encapsulate()1762 if (newStripPtr) { in Encapsulate()1764 newStripPtr, currRenderResolutionInteger, destColorSpace, &numCompBytes); in Encapsulate()1766 free(newStripPtr); in Encapsulate()1767 newStripPtr = NULL; in Encapsulate()1805 if (newStripPtr) { in Encapsulate()1806 result = compress(scratchBuffer, &destSize, (const Bytef *) newStripPtr, in Encapsulate()1808 free(newStripPtr); in Encapsulate()1809 newStripPtr = NULL; in Encapsulate()[all …]