Home
last modified time | relevance | path

Searched refs:BMP_BI_RLE8 (Results 1 – 2 of 2) sorted by path

/php-src/ext/gd/libgd/
H A Dbmp.h35 #define BMP_BI_RLE8 1 macro
H A Dgd_bmp.c148 gdBMPPutInt(out, (compression ? BMP_BI_RLE8 : BMP_BI_RGB)); /* compression */ in gdImageBmpCtx()
692 case BMP_BI_RLE8: in bmp_read_direct()
949 if (info->enctype != BMP_BI_RGB && info->enctype != BMP_BI_RLE8) { in bmp_read_8bit()
1007 case BMP_BI_RLE8: in bmp_read_8bit()

Completed in 13 milliseconds