Searched refs:CompressData (Results 1 – 3 of 3) sorted by relevance
/external/libcups/filter/ |
D | rastertohp.c | 55 void CompressData(unsigned char *line, unsigned length, unsigned plane, unsigned type); 428 CompressData(unsigned char *line, /* I - Data to compress */ in CompressData() function 594 CompressData(Planes[plane], bytes, plane < (NumPlanes - 1) ? 'V' : 'W', in OutputLine() 629 CompressData(BitBuffer, bytes, 'V', header->cupsCompression); in OutputLine() 630 CompressData(BitBuffer + bytes, bytes, plane < (NumPlanes - 1) ? 'V' : 'W', in OutputLine()
|
D | rastertoepson.c | 80 void CompressData(const unsigned char *line, unsigned length, unsigned plane, 410 CompressData(const unsigned char *line, /* I - Data to compress */ in CompressData() function 778 CompressData(Planes[plane], bytes, plane, header->cupsCompression, xstep, ystep); in OutputLine()
|
/external/libvncserver/libvncserver/ |
D | tight.c | 197 static rfbBool CompressData (rfbClientPtr cl, int streamId, int dataLen, 902 return CompressData(cl, streamId, dataLen, in SendMonoRect() 981 return CompressData(cl, streamId, w * h, in SendIndexedRect() 1020 return CompressData(cl, streamId, w * h * len, in SendFullColorRect() 1026 CompressData(rfbClientPtr cl, in CompressData() function
|