Searched refs:png_fixed_error (Results 1 – 13 of 13) sorted by relevance
/external/libpng/ |
D | pngpriv.h | 410 # 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,
|
D | pngerror.c | 572 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
|
D | png.c | 3226 png_fixed_error(png_ptr, text);
|
D | pngrtran.c | 266 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
|
/external/opencv3/3rdparty/libpng/ |
D | pngpriv.h | 274 # 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,
|
D | pngerror.c | 477 png_fixed_error,(png_structp png_ptr, png_const_charp name),PNG_NORETURN)
|
D | png.c | 1900 png_fixed_error(png_ptr, text);
|
D | pngrtran.c | 234 png_fixed_error(png_ptr, "gamma value"); in convert_gamma_value()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngpriv.h | 339 # 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,
|
D | pngerror.c | 550 png_fixed_error,(png_const_structrp png_ptr, png_const_charp name),PNG_NORETURN)
|
D | png.c | 3090 png_fixed_error(png_ptr, text);
|
D | pngrtran.c | 264 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
|