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

  /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/qemu/distrib/libpng-1.2.19/
pngconf.h 272 #ifndef PNGARG
275 # define PNGARG(arglist) OF(arglist)
279 # define PNGARG(arglist) ()
284 # define PNGARG(arglist) arglist
290 #endif /* PNGARG */
    [all...]
  /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/libpng/
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 49 milliseconds