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

  /external/libpng/
pngconf.h 131 * 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
341 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 110 * 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
318 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)

Completed in 5776 milliseconds