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

/external/libpng/
H A Dpngconf.h109 * 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 macro
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
/external/pdfium/third_party/libpng16/
H A Dpngconf.h109 * 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 macro
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
/external/skia/third_party/libpng/
H A Dpngconf.h109 * 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 macro
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 49 milliseconds