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

  /external/libpng/
pngconf.h 109 * 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
319 # define PNG_CALLBACK(type, name, args) type (PNGCBAPI name) PNGARG(args)
  /external/opencv3/3rdparty/libpng/
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)
  /external/pdfium/third_party/lpng_v163/
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 1095 milliseconds