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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/
BMPImageReader.cpp 280 // compression format isn't BITFIELDS, the RGB bitmasks will be ignored and
346 case BITFIELDS:
378 // Top-down bitmaps cannot be compressed; they must be RGB or BITFIELDS.
379 if (m_isTopDown && (m_infoHeader.biCompression != RGB) && (m_infoHeader.biCompression != BITFIELDS))
407 if (m_infoHeader.biCompression != BITFIELDS) {
411 // supposed to be ignored in non-BITFIELDS cases.
418 // For Windows V4+ BITFIELDS mode bitmaps, this was already done when
440 // BITFIELDS compression format, so we respect it at all times.
468 m_bitMasks[3] = (m_isInICO && (m_infoHeader.biCompression != BITFIELDS) && (m_infoHeader.biBitCount == 32)) ? static_cast<uint32_t>(0xff000000) : 0;
    [all...]
BMPImageReader.h 90 BITFIELDS = 3,

Completed in 92 milliseconds