Home
last modified time | relevance | path

Searched refs:PNG_ABORT (Results 1 – 16 of 16) sorted by relevance

/external/syslinux/com32/include/
Dpngconf.h269 # define PNG_ABORT() exit(-1) macro
1600 #ifndef PNG_ABORT
1601 # define PNG_ABORT() abort() macro
/external/syslinux/com32/lib/libpng/
Dpngerror.c291 PNG_ABORT(); in png_default_error()
Dpngwrite.c590 PNG_ABORT(); in png_create_write_struct_2()
594 PNG_ABORT(); in png_create_write_struct_2()
Dpngread.c187 PNG_ABORT(); in png_create_read_struct_2()
191 PNG_ABORT(); in png_create_read_struct_2()
Dpng.c838 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */ in png_convert_size()
Dlibpng.txt234 errors will result in a call to PNG_ABORT() which defaults to abort().
1588 errors will result in a call to PNG_ABORT() which defaults to abort().
2418 PNG_SETJMP_NOT_SUPPORTED, in which case it is handled via PNG_ABORT()),
DCHANGES644 Added PNG_SETJMP_SUPPORTED, PNG_SETJMP_NOT_SUPPORTED, and PNG_ABORT() macros
/external/pdfium/third_party/libpng16/
Dpngpriv.h495 #ifndef PNG_ABORT
497 # define PNG_ABORT() ExitProcess(0) macro
499 # define PNG_ABORT() abort() macro
Dpngerror.c775 PNG_ABORT();
/external/skia/third_party/libpng/
Dpngpriv.h495 #ifndef PNG_ABORT
497 # define PNG_ABORT() ExitProcess(0) macro
499 # define PNG_ABORT() abort() macro
Dpngerror.c775 PNG_ABORT();
Dlibpng-manual.txt432 errors will result in a call to PNG_ABORT() which defaults to abort().
434 You can #define PNG_ABORT() to a function that does something
2748 errors will result in a call to PNG_ABORT() which defaults to abort().
2750 You can #define PNG_ABORT() to a function that does something
4221 PNG_NO_SETJMP, in which case it is handled via PNG_ABORT()),
/external/libpng/
Dpngpriv.h524 #ifndef PNG_ABORT
526 # define PNG_ABORT() ExitProcess(0) macro
528 # define PNG_ABORT() abort() macro
Dpngerror.c775 PNG_ABORT();
Dlibpng-manual.txt432 errors will result in a call to PNG_ABORT() which defaults to abort().
434 You can #define PNG_ABORT() to a function that does something
2753 errors will result in a call to PNG_ABORT() which defaults to abort().
2755 You can #define PNG_ABORT() to a function that does something
4226 PNG_NO_SETJMP, in which case it is handled via PNG_ABORT()),
DCHANGES701 Added PNG_SETJMP_SUPPORTED, PNG_SETJMP_NOT_SUPPORTED, and PNG_ABORT() macros