Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h273 # define PNG_ABORT() exit(-1) macro
1608 #ifndef PNG_ABORT
1609 # define PNG_ABORT() abort() macro
Dpngerror.c301 PNG_ABORT(); in png_default_error()
Dpngwrite.c591 PNG_ABORT(); in png_create_write_struct_2()
595 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-1.2.44.txt245 errors will result in a call to PNG_ABORT() which defaults to abort().
1714 errors will result in a call to PNG_ABORT() which defaults to abort().
2576 PNG_SETJMP_NOT_SUPPORTED, in which case it is handled via PNG_ABORT()),
Dlibpng-1.2.46.txt245 errors will result in a call to PNG_ABORT() which defaults to abort().
1714 errors will result in a call to PNG_ABORT() which defaults to abort().
2576 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/qemu/distrib/libpng-1.2.19/
Dpngerror.c238 PNG_ABORT(); in png_default_error()
Dpngconf.h1417 #ifndef PNG_ABORT
1418 # define PNG_ABORT() abort() macro
Dpngread.c166 PNG_ABORT(); in png_create_read_struct_2()
170 PNG_ABORT(); in png_create_read_struct_2()
Dpngwrite.c552 PNG_ABORT(); in png_create_write_struct_2()
556 PNG_ABORT(); in png_create_write_struct_2()
Dpng.c891 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */ in png_convert_size()