Searched refs:tmpDestSize (Results 1 – 1 of 1) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genPCLm.cpp | 1785 uLongf tmpDestSize = destSize; in Encapsulate() local 1789 result = compress(scratchBuffer, &tmpDestSize, (const Bytef *) tmpStrip, in Encapsulate() 1791 injectLZStrip(scratchBuffer, tmpDestSize, mediaWidthInPixels, in Encapsulate() 1795 result = compress(scratchBuffer, &tmpDestSize, (const Bytef *) tmpStrip, in Encapsulate() 1797 injectLZStrip(scratchBuffer, tmpDestSize, mediaWidthInPixels, in Encapsulate()
|