Lines Matching defs:compression
34 * Possible bitmap compression types
176 // This value is only used by RLE compression. Bmp in Ico files do not
177 // use RLE. If the compression field is incorrectly signaled as RLE,
218 // The compression method for the pixel data
219 uint32_t compression = kNone_BmpCompressionMethod;
248 compression = get_int(iBuffer.get(), 12);
299 // Determine the input compression format and set bit masks if necessary
302 switch (compression) {
306 // In addition to more standard pixel compression formats, bmp supports
405 SkCodecPrintf("Error: compression format not supported.\n");