Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp704 if (bmp_ptr->info_header.biBitCount != 16 && in bmp_encode_bitfields()
705 bmp_ptr->info_header.biBitCount != 32) { in bmp_encode_bitfields()
710 bmp_ptr->info_header.biBitCount / 16; in bmp_encode_bitfields()
721 if (bmp_ptr->info_header.biCompression == BMP_BITFIELDS) { in bmp_encode_bitfields()
727 if (bmp_ptr->info_header.biBitCount == 32) { in bmp_encode_bitfields()
743 for (i = 0; i < bmp_ptr->info_header.biBitCount; i++) { in bmp_encode_bitfields()
772 if (bmp_ptr->info_header.biBitCount == 16) { in bmp_encode_bitfields()
787 if (bmp_ptr->info_header.biBitCount == 16) { in bmp_encode_rgb()
793 (bmp_ptr->src_width * bmp_ptr->info_header.biBitCount + 31) / 32 * 4; in bmp_encode_rgb()
904 if (bmp_ptr->info_header.biClrUsed > 0 && in bmp_encode_image()
[all …]
Dfx_bmp.h134 BmpInfoHeader info_header; member