Searched defs:PNGCBAPI (Results 1 - 1 of 1) sorted by last modified time

/external/libpng/
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 79 milliseconds