HomeSort by relevance Sort by last modified time
    Searched refs:RLE4 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.cpp 131 if ((m_infoHeader.biCompression != RLE4) && (m_infoHeader.biCompression != RLE8) && (m_infoHeader.biCompression != RLE24)) {
224 else if (m_infoHeader.biCompression == RLE4)
333 // Compression = RLE4" (which means "4 bit, but with a 2-color table"),
340 case RLE4:
669 // RLE8 has one color index that gets repeated; RLE4 has two
673 if (m_infoHeader.biCompression == RLE4) {
    [all...]
BMPImageReader.h 88 RLE4 = 2,

Completed in 36 milliseconds