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

  /external/libpng/
pngpriv.h 524 #ifndef PNG_ABORT
526 # define PNG_ABORT() ExitProcess(0)
528 # define PNG_ABORT() abort()
    [all...]
  /external/pdfium/third_party/libpng16/
pngpriv.h 495 #ifndef PNG_ABORT
497 # define PNG_ABORT() ExitProcess(0)
499 # define PNG_ABORT() abort()
    [all...]
  /external/skia/third_party/libpng/
pngpriv.h 495 #ifndef PNG_ABORT
497 # define PNG_ABORT() ExitProcess(0)
499 # define PNG_ABORT() abort()
    [all...]
  /external/syslinux/com32/include/
pngconf.h 269 # define PNG_ABORT() exit(-1)
    [all...]

Completed in 226 milliseconds