Home
last modified time | relevance | path

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

/external/libpng/
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))
1588 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.c3226 png_fixed_error(png_ptr, text);
Dpngrtran.c266 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
/external/opencv3/3rdparty/libpng/
Dpngpriv.h274 # define png_fixed_error(s1,s2) png_err(s1) macro
618 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
1417 PNG_EXTERN PNG_FUNCTION(void, png_fixed_error, (png_structp png_ptr,
Dpngerror.c477 png_fixed_error,(png_structp png_ptr, png_const_charp name),PNG_NORETURN)
Dpng.c1900 png_fixed_error(png_ptr, text);
Dpngrtran.c234 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
/external/pdfium/third_party/lpng_v163/
Dpngpriv.h339 # define png_fixed_error(s1,s2) png_err(s1) macro
652 ((png_fixed_point)(100000 * (fp))) : (png_fixed_error(png_ptr, s),0))
1616 PNG_INTERNAL_FUNCTION(void,png_fixed_error,(png_const_structrp png_ptr,
Dpngerror.c550 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
Dpng.c3090 png_fixed_error(png_ptr, text);
Dpngrtran.c264 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