Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp174 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()
Dfx_bmp.h32 #define BMP_BITFIELDS 3L macro