Home | History | Annotate | Download | only in src

Lines Matching refs:cmsContext

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