Lines Matching refs:cmsContext
523 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsPluginMalloc()
549 cmsBool CMSEXPORT cmsPluginTHR(cmsContext id, void* Plug_in) in cmsPluginTHR()
665 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
691 void* _cmsContextGetClientChunk(cmsContext ContextID, _cmsMemoryClient mc) in _cmsContextGetClientChunk()
718 void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID) in cmsUnregisterPluginsTHR()
760 cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) in cmsCreateContext()
820 return (cmsContext) ctx; in cmsCreateContext()
826 cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData) in cmsDupContext()
878 cmsDeleteContext((cmsContext) ctx); in cmsDupContext()
883 return (cmsContext) ctx; in cmsDupContext()
908 void CMSEXPORT cmsDeleteContext(cmsContext ContextID) in cmsDeleteContext()
956 void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID) in cmsGetContextUserData()