HomeSort by relevance Sort by last modified time
    Searched refs:PNG_ABORT (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libpng/
pngconf.h 269 # define PNG_ABORT() exit(-1)
    [all...]
pngerror.c 301 PNG_ABORT();
pngread.c 187 PNG_ABORT();
191 PNG_ABORT();
    [all...]
pngwrite.c 591 PNG_ABORT();
595 PNG_ABORT();
    [all...]
png.c 838 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */
  /external/libpng/
pngconf.h 273 # define PNG_ABORT() exit(-1)
    [all...]
pngerror.c 301 PNG_ABORT();
png.c 839 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */
pngread.c 187 PNG_ABORT();
191 PNG_ABORT();
    [all...]
pngwrite.c 591 PNG_ABORT();
595 PNG_ABORT();
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngerror.c 238 PNG_ABORT();
pngconf.h     [all...]
png.c 891 PNG_ABORT(); /* We haven't got access to png_ptr, so no png_error() */
pngread.c 166 PNG_ABORT();
170 PNG_ABORT();
    [all...]
pngwrite.c 552 PNG_ABORT();
556 PNG_ABORT();
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 362 #ifndef PNG_ABORT
364 # define PNG_ABORT() ExitProcess(0)
366 # define PNG_ABORT() abort()
    [all...]

Completed in 85 milliseconds