Searched defs:OPJ_API (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopenjpeg.h83 # define OPJ_API __attribute__ ((visibility ("hidden"))) macro
85 # define OPJ_API __attribute__ ((visibility ("default"))) macro
89 # define OPJ_API macro
100 OPJ_API functions as being imported from a DLL, whereas this DLL sees symbols
104 # define OPJ_API __declspec(dllexport) macro
106 # define OPJ_API __declspec(dllimport) macro
1058 OPJ_API const char * OPJ_CALLCONV opj_version(void);
1074 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, opj_image_cmptparm_t *cmptparms, OPJ_COLOR_SPACE clrspc);
1081 OPJ_API void OPJ_CALLCONV opj_image_destroy(opj_image_t *image);
1092 OPJ_API opj_image_
[all...]

Completed in 96 milliseconds