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

  /external/libpng/
pngconf.h 89 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
93 #ifndef PNGARG
94 # define PNGARG(arglist) arglist
301 PNG_FUNCTION(PNG_EXPORT_TYPE(type), (PNGAPI name), PNGARG(args), \
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /external/opencv3/3rdparty/libpng/
pngconf.h 75 /* The PNGARG macro protects us against machines that don't have function
82 #ifndef PNGARG
85 # define PNGARG(arglist) OF(arglist)
89 # define PNGARG(arglist) ()
91 # define PNGARG(arglist) arglist
96 #endif /* PNGARG */
300 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
318 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /external/pdfium/third_party/lpng_v163/
pngconf.h 111 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
115 #ifndef PNGARG
116 # define PNGARG(arglist) arglist
323 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
341 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 75 /* The PNGARG macro protects us against machines that don't have function
82 #ifndef PNGARG
85 # define PNGARG(arglist) OF(arglist)
89 # define PNGARG(arglist) ()
91 # define PNGARG(arglist) arglist
96 #endif /* PNGARG */
300 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
318 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 51 milliseconds