Home
last modified time | relevance | path

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

/external/libpng/
Dpngpriv.h477 #ifndef PNG_ABORT
479 # define PNG_ABORT() ExitProcess(0) macro
481 # define PNG_ABORT() abort() macro
Dpngerror.c770 PNG_ABORT();
Dlibpng-manual.txt430 errors will result in a call to PNG_ABORT() which defaults to abort().
432 You can #define PNG_ABORT() to a function that does something
2742 errors will result in a call to PNG_ABORT() which defaults to abort().
2744 You can #define PNG_ABORT() to a function that does something
4157 PNG_NO_SETJMP, in which case it is handled via PNG_ABORT()),
DCHANGES693 Added PNG_SETJMP_SUPPORTED, PNG_SETJMP_NOT_SUPPORTED, and PNG_ABORT() macros
/external/pdfium/samples/fx_lpng/lpng_v163/
Dpngpriv.h430 #ifndef PNG_ABORT
432 # define PNG_ABORT() ExitProcess(0) macro
434 # define PNG_ABORT() abort() macro
Dfx_pngerror.c743 PNG_ABORT();