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

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1728 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); local
1729 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix);
1733 (sint32) numFullScanlinesToInject, tmpStrip, currRenderResolutionInteger,
1742 numPartialScanlinesToInject, tmpStrip, currRenderResolutionInteger,
1748 free(tmpStrip);
1785 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); local
1787 memset(tmpStrip, whitePt, scanlineWidth * topMarginInPix);
1790 result = compress(scratchBuffer, &tmpDestSize, (const Bytef *) tmpStrip,
1796 result = compress(scratchBuffer, &tmpDestSize, (const Bytef *) tmpStrip,
1801 free(tmpStrip);
1824 ubyte *tmpStrip = (ubyte *) malloc(scanlineWidth * topMarginInPix); local
[all...]

Completed in 41 milliseconds