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/pdfium/third_party/libpng16/
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/skia/third_party/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/syslinux/com32/include/
pngconf.h 310 #ifndef PNGARG
313 # define PNGARG(arglist) OF(arglist)
317 # define PNGARG(arglist) ()
322 # define PNGARG(arglist) arglist
328 #endif /* PNGARG */
    [all...]

Completed in 221 milliseconds