HomeSort by relevance Sort by last modified time
    Searched refs:bmp_error (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.cpp 36 void bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg) { function
78 bmp_error(bmp_ptr, "Not A Bmp Image");
170 bmp_error(bmp_ptr, "Unsupported Bmp File");
175 bmp_error(bmp_ptr, "The Bmp File Is Corrupt");
185 bmp_error(bmp_ptr, "The Bmp File Is Corrupt");
192 bmp_error(bmp_ptr, "The Bmp File Is Corrupt");
216 bmp_error(bmp_ptr, "The Bmp File Is Corrupt");
228 bmp_error(bmp_ptr, "The Bmp File Is Corrupt");
243 bmp_error(bmp_ptr, "The Bitfield Bmp File Is Corrupt");
303 bmp_error(bmp_ptr, "The Bmp File Is Corrupt, Unexpected Stream Offset")
    [all...]
fx_bmp.h 112 void bmp_error(bmp_decompress_struct_p bmp_ptr, const FX_CHAR* err_msg);

Completed in 57 milliseconds