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

  /external/libpng/
pngpriv.h 549 #ifndef PNG_ABORT
551 # define PNG_ABORT() ExitProcess(0)
553 # 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/syslinux/com32/include/
pngconf.h 269 # define PNG_ABORT() exit(-1)
    [all...]

Completed in 73 milliseconds