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

  /external/libpng/
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)
  /external/chromium_org/third_party/libpng/
pngconf.h 310 #ifndef PNGARG
313 # define PNGARG(arglist) OF(arglist)
317 # define PNGARG(arglist) ()
322 # define PNGARG(arglist) arglist
328 #endif /* PNGARG */
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngconf.h 314 #ifndef PNGARG
317 # define PNGARG(arglist) OF(arglist)
321 # define PNGARG(arglist) ()
326 # define PNGARG(arglist) arglist
332 #endif /* PNGARG */
    [all...]

Completed in 177 milliseconds