Searched refs:BMP_BITFIELDS (Results 1 – 2 of 2) sorted by relevance
174 if (bmp_ptr->width <= 0 || bmp_ptr->compress_flag > BMP_BITFIELDS) { in bmp_read_header()226 if (bmp_ptr->compress_flag == BMP_BITFIELDS) { in bmp_read_header()312 case BMP_BITFIELDS: in bmp_decode_image()721 if (bmp_ptr->info_header.biCompression == BMP_BITFIELDS) { in bmp_encode_bitfields()924 case BMP_BITFIELDS: in bmp_encode_image()
32 #define BMP_BITFIELDS 3L macro