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