HomeSort by relevance Sort by last modified time
    Searched refs:RLE24 (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)) {
265 m_infoHeader.biCompression = RLE24;
365 case RLE24:
660 if (m_infoHeader.biCompression == RLE24) {
    [all...]
BMPImageReader.h 95 RLE24, // Stored in file as 4

Completed in 192 milliseconds