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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1016 typedef struct _cmsContext_struct* cmsContext; typedef in typeref:struct:_cmsContext_struct
1018 CMSAPI cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData);
1019 CMSAPI void CMSEXPORT cmsDeleteContext(cmsContext ContexID);
1020 CMSAPI cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData);
1021 CMSAPI void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID);
1026 CMSAPI cmsBool CMSEXPORT cmsPluginTHR(cmsContext ContextID, void* Plugin);
1028 CMSAPI void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID);
1061 typedef void (* cmsLogErrorHandlerFunction)(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text);
1065 CMSAPI void CMSEXPORT cmsSetLogErrorHandlerTHR(cmsContext ContextI
[all...]

Completed in 553 milliseconds