Lines Matching refs:cmsContext
522 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()
724 void CMSEXPORT cmsUnregisterPluginsTHR(cmsContext ContextID) in cmsUnregisterPluginsTHR()
766 cmsContext CMSEXPORT cmsCreateContext(void* Plugin, void* UserData) in cmsCreateContext()
850 return (cmsContext) ctx; in cmsCreateContext()
856 cmsContext CMSEXPORT cmsDupContext(cmsContext ContextID, void* NewUserData) in cmsDupContext()
908 cmsDeleteContext((cmsContext) ctx); in cmsDupContext()
913 return (cmsContext) ctx; in cmsDupContext()
939 void CMSEXPORT cmsDeleteContext(cmsContext ContextID) in cmsDeleteContext()
987 void* CMSEXPORT cmsGetContextUserData(cmsContext ContextID) in cmsGetContextUserData()