Searched refs:_bmp_error (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/lbmp/ |
D | fx_bmp.cpp | 34 void _bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg) { in _bmp_error() function 83 _bmp_error(bmp_ptr, "Not A Bmp Image"); in _bmp_read_header() 176 _bmp_error(bmp_ptr, "Unsupported Bmp File"); in _bmp_read_header() 189 _bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in _bmp_read_header() 195 _bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in _bmp_read_header() 200 _bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in _bmp_read_header() 235 _bmp_error(bmp_ptr, "The Bmp File Is Corrupt"); in _bmp_read_header() 250 _bmp_error(bmp_ptr, "The Bitfield Bmp File Is Corrupt"); in _bmp_read_header() 265 _bmp_error(bmp_ptr, "Unsupported Bitfield Bmp File"); in _bmp_read_header() 320 _bmp_error(bmp_ptr, "The Bmp File Is Corrupt, Unexpected Stream Offset"); in _bmp_decode_image() [all …]
|
D | fx_bmp.h | 111 void _bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg); 130 _bmp_error(bmp_ptr, "Out Of Memory"); \
|