HomeSort by relevance Sort by last modified time
    Searched refs:RLE8 (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)) {
222 if (m_infoHeader.biCompression == RLE8)
331 case RLE8:
341 // See comments in RLE8.
669 // RLE8 has one color index that gets repeated; RLE4 has two
    [all...]
BMPImageReader.h 87 RLE8 = 1,

Completed in 50 milliseconds