Searched refs:png_fixed_error (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pngpriv.h | 463 # define png_fixed_error(s1,s2) png_err(s1) macro 801 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0)) 1724 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
|
D | pngprefix.h | 101 #define png_fixed_error PDFIUM_png_fixed_error macro
|
D | pngerror.c | 572 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
|
D | png.c | 3322 png_fixed_error(png_ptr, text);
|
D | pngrtran.c | 278 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
|
/external/libpng/ |
D | pngpriv.h | 463 # define png_fixed_error(s1,s2) png_err(s1) macro 801 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0)) 1724 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
|
D | pngerror.c | 572 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
|
D | png.c | 3321 png_fixed_error(png_ptr, text);
|
D | pngrtran.c | 278 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 41 #define png_fixed_error png_fixed_warning macro
|