Lines Matching refs:cmsContext
519 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size) in _cmsPluginMalloc()
545 cmsBool CMSEXPORT cmsPluginTHR(cmsContext id, void* Plug_in) in cmsPluginTHR()
661 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID) in _cmsGetContext()
687 void* _cmsContextGetClientChunk(cmsContext ContextID, _cmsMemoryClient mc) in _cmsContextGetClientChunk()
714 void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID) in cmsUnregisterPluginsTHR()
756 cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) in cmsCreateContext()
816 return (cmsContext) ctx; in cmsCreateContext()
822 cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData) in cmsDupContext()
874 cmsDeleteContext((cmsContext) ctx); in cmsDupContext()
879 return (cmsContext) ctx; in cmsDupContext()
904 void CMSEXPORT cmsDeleteContext(cmsContext ContextID) in cmsDeleteContext()
952 void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID) in cmsGetContextUserData()