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

  /external/libpng/
pngconf.h 130 * PNGAPI Calling convention for exported functions.
143 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
227 # define PNGAPI __stdcall
237 # if PNG_API_RULE == 1 && !defined(PNGAPI)
238 # define PNGAPI _stdcall
244 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
245 # error "PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed"
267 # define PNGAPI _System
282 #ifndef PNGAPI
283 # define PNGAPI PNGCAP
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
pngconf.h 130 * PNGAPI Calling convention for exported functions.
143 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
227 # define PNGAPI __stdcall
237 # if PNG_API_RULE == 1 && !defined(PNGAPI)
238 # define PNGAPI _stdcall
244 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
245 # error "PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed"
267 # define PNGAPI _System
282 #ifndef PNGAPI
283 # define PNGAPI PNGCAPI
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 109 * PNGAPI Calling convention for exported functions.
122 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
205 # define PNGAPI __stdcall
215 # if PNG_API_RULE == 1 && !defined(PNGAPI)
216 # define PNGAPI _stdcall
221 # if defined(PNGAPI) && !defined(PNG_USER_PRIVATEBUILD)
222 ERROR: PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed
244 # define PNGAPI _System
259 #ifndef PNGAPI
260 # define PNGAPI PNGCAP
    [all...]

Completed in 59 milliseconds