Searched refs:currStripHeight (Results 1 - 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp56 sint32 currStripHeight, sint32 numLinesThisCall, sint32 currMediaWidth, sint32 leftMargin,
65 newStrip = (ubyte *) malloc(scanLineWidth * currStripHeight);
66 memset(newStrip, 0xff, scanLineWidth * currStripHeight);
76 newStrip = (ubyte *) malloc(scanLineWidth * currStripHeight);
77 memset(newStrip, 0xff, scanLineWidth * currStripHeight);
914 // last strip may have less lines than currStripHeight. Update yAnchor using left over lines
916 numLinesLeft = currSourceHeight - ((numStrips - 1) * currStripHeight);
925 yAnchor += currStripHeight;
927 yAnchor -= currStripHeight;
938 // last strip may have less lines than currStripHeight
55 shiftStripByLeftMargin(ubyte *ptrToStrip, sint32 currSourceWidth, sint32 currStripHeight, sint32 numLinesThisCall, sint32 currMediaWidth, sint32 leftMargin, colorSpaceDisposition destColorSpace) argument
[all...]
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
H A DPCLmGenerator.h214 sint32 currStripHeight; member in class:PCLmGenerator

Completed in 13 milliseconds