Searched refs:ubyte (Results 1 – 6 of 6) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genPCLm.cpp | 42 #define rgb_2_gray(r, g, b) (ubyte)(0.299*(double)r+0.587*(double)g+0.114*(double)b) 55 static ubyte *shiftStripByLeftMargin(ubyte *ptrToStrip, sint32 currSourceWidth, in shiftStripByLeftMargin() 58 ubyte *fromPtr, *toPtr, *newStrip; in shiftStripByLeftMargin() 65 newStrip = (ubyte *) malloc(scanLineWidth * currStripHeight); in shiftStripByLeftMargin() 76 newStrip = (ubyte *) malloc(scanLineWidth * currStripHeight); in shiftStripByLeftMargin() 240 void PCLmGenerator::write2Buff(ubyte *buff, int buffSize) { in write2Buff() 398 ubyte *buffIn = (unsigned char *) malloc(ADOBE_RGB_SIZE); in injectAdobeRGBCS() 420 ubyte *strip, sint32 stripWidth, sint32 stripHeight) { in colorConvertSource() 423 ubyte *srcPtr = strip; in colorConvertSource() 424 ubyte *dstPtr = strip; in colorConvertSource() [all …]
|
D | genJPEGStrips.cpp | 51 write_JPEG_Buff(ubyte *buffPtr, int quality, int image_width, int image_height, in write_JPEG_Buff()
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | PCLmGenerator.h | 79 bool colorConvertSource(colorSpaceDisposition srcCS, colorSpaceDisposition dstCS, ubyte *strip, 98 int injectRLEStrip(ubyte *RLEBuffer, int numBytes, int imageWidth, int imageHeight, 104 int injectLZStrip(ubyte *LZBuffer, int numBytes, int imageWidth, int imageHeight, 126 void write2Buff(ubyte *buff, int buffSize); 212 int RLEEncodeImage(ubyte *in, ubyte *out, int inLength); 237 ubyte *scratchBuffer;
|
D | genPCLm.h | 27 extern void write_JPEG_Buff(ubyte *outBuff, int quality, int image_width, int image_height,
|
/packages/services/BuiltInPrintService/jni/include/ |
D | wtypes.h | 58 typedef unsigned char ubyte; typedef
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | lib_pclm.c | 182 ubyte *pclm_output_buff = job_info->pclm_output_buffer; in _start_page()
|