Searched refs:BMP_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/lbmp/ | ||
D | fx_bmp.h | 22 #define BMP_SIGNATURE 0x4D42 macro |
D | fx_bmp.cpp | 77 if (bmp_ptr->bmp_header_ptr->bfType != BMP_SIGNATURE) { in bmp_read_header() |