Searched refs:bmp_error (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxcodec/lbmp/ |
D | fx_bmp.cpp | 36 void bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg) { in bmp_error() function 78 bmp_error(bmp_ptr, "Not A Bmp Image"); in bmp_read_header() 170 bmp_error(bmp_ptr, "Unsupported Bmp File"); in bmp_read_header() 175 bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in bmp_read_header() 185 bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in bmp_read_header() 192 bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in bmp_read_header() 216 bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in bmp_read_header() 228 bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in bmp_read_header() 243 bmp_error(bmp_ptr, "The Bitfield Bmp File Is Corrupt"); in bmp_read_header() 303 bmp_error(bmp_ptr, "The Bmp File Is Corrupt, Unexpected Stream Offset"); in bmp_decode_image() [all …]
|
D | fx_bmp.h | 112 void bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg);
|