Lines Matching full:rle
103 // We only need to use this value for RLE decoding, so we will only
104 // check that it is valid in the RLE case.
137 // This value is only used by RLE compression. Bmp in Ico files do not
138 // use RLE. If the compression field is incorrectly signaled as RLE,
399 // And, RLE inputs may skip pixels, leaving them as transparent. This
400 // is uncommon, but we cannot be certain that an RLE bmp will be opaque.
429 // However, we cannot in RLE format since we may need to leave some
457 // Check for a valid number of total bytes when in RLE mode
459 SkCodecPrintf("Error: RLE requires valid input size.\n");
518 // require that RLE Bmps have a valid number of totalBytes, and