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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngconf.h138 * PNGCBAPI Calling convention for user provided (callback) functions.
152 * callbacks (PNGCBAPI). This is no longer required
245 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
282 #ifndef PNGCBAPI
283 # define PNGCBAPI PNGCAPI macro
355 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 39 milliseconds