Searched refs:BMP_BI_RGB (Results 1 – 2 of 2) sorted by relevance
34 #define BMP_BI_RGB 0 macro
148 gdBMPPutInt(out, (compression ? BMP_BI_RLE8 : BMP_BI_RGB)); /* compression */ in gdImageBmpCtx()679 case BMP_BI_RGB: in bmp_read_direct()792 if (info->enctype != BMP_BI_RGB) { in bmp_read_1bit()862 if (info->enctype != BMP_BI_RGB && info->enctype != BMP_BI_RLE4) { in bmp_read_4bit()893 case BMP_BI_RGB: in bmp_read_4bit()949 if (info->enctype != BMP_BI_RGB && info->enctype != BMP_BI_RLE8) { in bmp_read_8bit()980 case BMP_BI_RGB: in bmp_read_8bit()
Completed in 7 milliseconds