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/opencv3/3rdparty/libpng/
H A Dpngconf.h110 * PNGCBAPI Calling convention for user provided (callback) functions.
124 * callbacks (PNGCBAPI). This is no longer required
219 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
256 #ifndef PNGCBAPI
257 # define PNGCBAPI PNGCAPI macro
318 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
/external/pdfium/third_party/lpng_v163/
H A Dpngconf.h131 * PNGCBAPI Calling convention for user provided (callback) functions.
145 * callbacks (PNGCBAPI). This is no longer required
242 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
279 #ifndef PNGCBAPI
280 # define PNGCBAPI PNGCAPI macro
341 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 303 milliseconds