Lines Matching refs:BI_RGB
79 #undef BI_RGB
80 #define BI_RGB 0 macro
612 bmp_info.compression=BI_RGB; in ReadBMPImage()
654 case BI_RGB: in ReadBMPImage()
833 case BI_RGB: in ReadBMPImage()
931 if ((bmp_info.compression == BI_RGB) || in ReadBMPImage()
961 if (bmp_info.compression == BI_RGB) in ReadBMPImage()
1178 if (bmp_info.compression != BI_RGB && in ReadBMPImage()
1279 if ((bmp_info.compression != BI_RGB) && in ReadBMPImage()
1601 bmp_info.compression=BI_RGB; in WriteBMPImage()
1646 (image->alpha_trait != UndefinedPixelTrait) ? BI_BITFIELDS : BI_RGB); in WriteBMPImage()
1961 case BI_RGB: in WriteBMPImage()