Searched defs:PNGARG (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngconf.h111 /* The PNGARG macro was used in versions of libpng prior to 1.6.0 to protect
115 #ifndef PNGARG
116 # define PNGARG(arglist) arglist macro
323 PNG_FUNCTION(PNG_EXPORT_TYPE(type),(PNGAPI name),PNGARG(args), \
341 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
/external/chromium_org/third_party/libpng/
H A Dpngconf.h310 #ifndef PNGARG
313 # define PNGARG(arglist) OF(arglist) macro
317 # define PNGARG(arglist) () macro
322 # define PNGARG(arglist) arglist macro
328 #endif /* PNGARG */
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h314 #ifndef PNGARG
317 # define PNGARG(arglist) OF(arglist) macro
321 # define PNGARG(arglist) () macro
326 # define PNGARG(arglist) arglist macro
332 #endif /* PNGARG */

Completed in 309 milliseconds