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

  /external/libpng/
pngconf.h 110 * PNGCAPI Calling convention used by the ANSI-C library (required
119 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
122 * the 'C' calling convention (from PNGCAPI) for
196 # define PNGCAPI __watcall
200 # define PNGCAPI __cdecl
212 # ifndef PNGCAPI
213 # define PNGCAPI _cdecl
220 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
254 #ifndef PNGCAPI
255 # define PNGCAPI
    [all...]
  /external/pdfium/third_party/libpng16/
pngconf.h 110 * PNGCAPI Calling convention used by the ANSI-C library (required
119 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
122 * the 'C' calling convention (from PNGCAPI) for
196 # define PNGCAPI __watcall
200 # define PNGCAPI __cdecl
212 # ifndef PNGCAPI
213 # define PNGCAPI _cdecl
220 /* NOTE: PNGCBAPI always defaults to PNGCAPI. */
254 #ifndef PNGCAPI
255 # define PNGCAPI
    [all...]

Completed in 54 milliseconds