Home
last modified time | relevance | path

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

/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/libpng/
Dpngpriv.h549 #ifndef PNG_ABORT
551 # define PNG_ABORT() ExitProcess(0) macro
553 # 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
2801 errors will result in a call to PNG_ABORT() which defaults to abort().
2803 You can #define PNG_ABORT() to a function that does something
4279 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