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

/macosx-10.10/cups-408/cups/filter/
H A Drastertohp.c57 void CompressData(unsigned char *line, unsigned length, unsigned plane, unsigned type);
450 * 'CompressData()' - Compress a line of graphics.
454 CompressData(unsigned char *line, /* I - Data to compress */ function
620 CompressData(Planes[plane], bytes, plane < (NumPlanes - 1) ? 'V' : 'W',
655 CompressData(BitBuffer, bytes, 'V', header->cupsCompression);
656 CompressData(BitBuffer + bytes, bytes, plane < (NumPlanes - 1) ? 'V' : 'W',
H A Drastertoepson.c82 void CompressData(const unsigned char *line, unsigned length, unsigned plane,
384 * 'CompressData()' - Compress a line of graphics.
388 CompressData(const unsigned char *line, /* I - Data to compress */ function
750 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep);
/macosx-10.10/IOGraphics-485/tools/
H A Dgaussblur.c92 compressLen = CompressData( (UInt8 *) screen, bytesPerPixel,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A Dbmcompress.h491 static int CompressData(uint8_t *srcbase[], uint32_t imageCount, function
H A DIOFramebuffer.cpp4080 dLen = CompressData( bits, kIOPreviewImageCount, bytesPerPixel,

Completed in 282 milliseconds