Home
last modified time | relevance | path

Searched refs:BMP_BI_RGB (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/gd/libgd/
H A Dbmp.h34 #define BMP_BI_RGB 0 macro
H A Dgd_bmp.c148 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 10 milliseconds