Home
last modified time | relevance | path

Searched refs:compSize (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp1818 int compSize; in Encapsulate() local
1828 compSize = RLEEncodeImage(tmpStrip, scratchBuffer, in Encapsulate()
1830 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, in Encapsulate()
1835 compSize = RLEEncodeImage(tmpStrip, scratchBuffer, in Encapsulate()
1837 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, in Encapsulate()
1846 compSize = RLEEncodeImage(newStripPtr, scratchBuffer, in Encapsulate()
1851 compSize = RLEEncodeImage((ubyte *) localInBuffer, scratchBuffer, in Encapsulate()
1855 injectRLEStrip(scratchBuffer, compSize, mediaWidthInPixels, numLinesThisCall, in Encapsulate()