Searched refs:compSize (Results 1 – 1 of 1) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genPCLm.cpp | 1817 int compSize; in Encapsulate() local 1827 compSize = RLEEncodeImage(tmpStrip, scratchBuffer, in Encapsulate() 1829 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, in Encapsulate() 1834 compSize = RLEEncodeImage(tmpStrip, scratchBuffer, in Encapsulate() 1836 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, in Encapsulate() 1845 compSize = RLEEncodeImage(newStripPtr, scratchBuffer, in Encapsulate() 1850 compSize = RLEEncodeImage((ubyte *) localInBuffer, scratchBuffer, in Encapsulate() 1854 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, numLinesThisCall, in Encapsulate()
|