Home | History | Annotate | Download | only in jni

Lines Matching full:convention

105  * libpng specifies the calling convention of every exported function and
109 * PNGAPI Calling convention for exported functions.
110 * PNGCBAPI Calling convention for user provided (callback) functions.
111 * PNGCAPI Calling convention used by the ANSI-C library (required
113 * specify the calling convention for zlib).
116 * change calling convention in a private build this can be done
120 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
122 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
123 * the 'C' calling convention (from PNGCAPI) for
130 * calling convention, at present this just means the above cases