HomeSort by relevance Sort by last modified time
    Searched defs:png_error (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/lib/libpng/
pngerror.c 40 png_error(png_structp png_ptr, png_const_charp error_message) function
138 png_error(png_ptr, error_message);
195 png_error(png_ptr, error_message);
199 png_error(png_ptr, msg);
  /external/libpng/contrib/libtests/
tarith.c 34 #define png_error png_warning macro
943 * definition for png_warning and png_error, seetings of VALIDATION:
  /external/libpng/contrib/tools/
pngfix.c 151 # define png_error(a,b) png_err(a) macro
906 #define LIBPNG_WARNING_CODE 1 /* generic png_error */
907 #define LIBPNG_ERROR_CODE 2 /* generic png_error */
    [all...]
  /external/libpng/
png.h 451 * Otherwise the calls are mapped to png_error.
1815 # define png_error macro
    [all...]
  /external/pdfium/third_party/libpng16/
png.h 456 * Otherwise the calls are mapped to png_error.
1818 # define png_error macro
    [all...]

Completed in 667 milliseconds