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

  /external/libpng/
pngconf.h 109 * PNGCBAPI Calling convention for user provided (callback) functions.
123 * callbacks (PNGCBAPI). This is no longer required
220 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
257 #ifndef PNGCBAPI
258 # define PNGCBAPI PNGCAPI
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /external/pdfium/third_party/libpng16/
pngconf.h 109 * PNGCBAPI Calling convention for user provided (callback) functions.
123 * callbacks (PNGCBAPI). This is no longer required
220 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
257 #ifndef PNGCBAPI
258 # define PNGCBAPI PNGCAPI
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /external/skia/third_party/libpng/
pngconf.h 109 * PNGCBAPI Calling convention for user provided (callback) functions.
123 * callbacks (PNGCBAPI). This is no longer required
220 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
257 #ifndef PNGCBAPI
258 # define PNGCBAPI PNGCAPI
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 161 milliseconds