Searched defs:tmpDestSize (Results 1 - 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1786 uLongf tmpDestSize = destSize; local
1790 result = compress(scratchBuffer, &tmpDestSize, (const Bytef *) tmpStrip,
1792 injectLZStrip(scratchBuffer, tmpDestSize, mediaWidthInPixels,
1796 result = compress(scratchBuffer, &tmpDestSize, (const Bytef *) tmpStrip,
1798 injectLZStrip(scratchBuffer, tmpDestSize, mediaWidthInPixels,

Completed in 94 milliseconds