Home
last modified time | relevance | path

Searched refs:png_fixed_error (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpriv.h410 # define png_fixed_error(s1,s2) png_err(s1) macro
719 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
1590 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
Dpngerror.c572 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
Dpng.c3261 png_fixed_error(png_ptr, text);
Dpngrtran.c266 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
/external/libpng/
Dpngpriv.h454 # define png_fixed_error(s1,s2) png_err(s1) macro
792 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
1715 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
Dpngerror.c572 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
Dpng.c3327 png_fixed_error(png_ptr, text);
Dpngrtran.c267 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
/external/libpng/contrib/libtests/
Dtarith.c41 #define png_fixed_error png_fixed_warning macro