HomeSort by relevance Sort by last modified time
    Searched defs:biCompression (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 98 if ((m_infoHeader.biCompression != RLE4) && (m_infoHeader.biCompression != RLE8) && (m_infoHeader.biCompression != RLE24)) {
189 if (m_infoHeader.biCompression == RLE8)
191 else if (m_infoHeader.biCompression == RLE4)
206 m_infoHeader.biCompression = RGB;
225 uint32_t biCompression = readUint32(16);
228 if ((biCompression == 3) && (m_infoHeader.biBitCount == 1)) {
229 m_infoHeader.biCompression = HUFFMAN1D;
231 } else if ((biCompression == 4) && (m_infoHeader.biBitCount == 24))
    [all...]
BMPImageReader.h 113 CompressionType biCompression;
  /external/jpeg/
rdbmp.c 257 INT32 biCompression;
314 biCompression = GET_4B(bmpinfoheader,16);
334 if (biCompression != 0)
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_bmp.c 75 Uint32 biCompression;
115 biCompression = BI_RGB;
126 biCompression = SDL_ReadLE32(src);
154 switch (biCompression) {
351 Uint32 biCompression;
433 biCompression = BI_RGB;
450 SDL_WriteLE32(dst, biCompression);
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 105 milliseconds