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

  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 260 // the compression format isn't BITFIELDS, these values will be ignored and
336 case BITFIELDS:
376 // Top-down bitmaps cannot be compressed; they must be RGB or BITFIELDS.
378 && (m_infoHeader.biCompression != BITFIELDS))
408 if (m_infoHeader.biCompression != BITFIELDS) {
412 // supposed to be ignored in non-BITFIELDS cases.
429 // For Windows V4+ BITFIELDS mode bitmaps, this was already done when
BMPImageReader.h 92 BITFIELDS = 3,
332 // We need to right shift to compensate for the bitfields' offsets into

Completed in 73 milliseconds