Searched defs:PNG_ABORT (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngpriv.h524 #ifndef PNG_ABORT
526 # define PNG_ABORT() ExitProcess(0) macro
528 # define PNG_ABORT() abort() macro
/external/pdfium/third_party/libpng16/
H A Dpngpriv.h495 #ifndef PNG_ABORT
497 # define PNG_ABORT() ExitProcess(0) macro
499 # define PNG_ABORT() abort() macro
/external/skia/third_party/libpng/
H A Dpngpriv.h495 #ifndef PNG_ABORT
497 # define PNG_ABORT() ExitProcess(0) macro
499 # define PNG_ABORT() abort() macro
/external/syslinux/com32/include/
H A Dpngconf.h269 # define PNG_ABORT() exit(-1) macro
1600 #ifndef PNG_ABORT
1601 # define PNG_ABORT() abort() macro

Completed in 692 milliseconds