Searched defs:BI_RGB (Results 1 - 4 of 4) sorted by relevance

/external/ImageMagick/coders/
H A Ddib.c154 #define BI_RGB 0
558 case BI_RGB:
653 if ((dib_info.compression == BI_RGB) ||
1081 BI_BITFIELDS : BI_RGB);
150 #define BI_RGB macro
H A Dicon.c75 #define BI_RGB 0
1024 icon_info.compression=BI_RGB;
1034 icon_info.compression=(size_t) BI_RGB;
1058 icon_info.compression=(size_t) BI_RGB;
73 #define BI_RGB macro
H A Dbmp.c81 #undef BI_RGB
82 #define BI_RGB 0
620 bmp_info.compression=BI_RGB;
662 case BI_RGB:
665 " Compression: BI_RGB");
841 case BI_RGB:
939 if ((bmp_info.compression == BI_RGB) ||
969 if (bmp_info.compression == BI_RGB)
1186 if (bmp_info.compression != BI_RGB &&
1287 if ((bmp_info.compression != BI_RGB)
79 #undef BI_RGB macro
80 #define BI_RGB macro
[all...]
/external/libvncserver/test/
H A Dbmp.c52 #ifndef BI_RGB
53 #define BI_RGB 0L macro
243 if((bh.biBitCount!=24 && bh.biBitCount!=32) || bh.biCompression!=BI_RGB)
332 bh.biCompression=BI_RGB; bh.biSizeImage=0;

Completed in 144 milliseconds