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/bsdiff/ |
D | patch_reader_unittest.cc | 36 void CompressData() { in CompressData() function in bsdiff::PatchReaderTest 148 CompressData(); in TEST_F() 164 CompressData(); in TEST_F() 228 CompressData(); in TEST_F()
|