Lines Matching refs:cmsContext

339 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size);
342 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
345 cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
348 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
351 cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
354 cmsBool _cmsRegisterTagTypePlugin(cmsContext ContextID, cmsPluginBase* Plugin);
357 cmsBool _cmsRegisterTagPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
360 cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
363 cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
366 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
369 cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
372 cmsBool _cmsRegisterMutexPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
390 cmsContext ContextID;
396 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial);
457 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID);
460 void* _cmsContextGetClientChunk(cmsContext id, _cmsMemoryClient mc);
670 cmsContext ContextID;
703 cmsContext ContextID;
720 cmsContext ContextID;
764 cmsTagTypeHandler* _cmsGetTagTypeHandler(cmsContext ContextID, cmsTagTypeSignature sig);
766 cmsTagDescriptor* _cmsGetTagDescriptor(cmsContext ContextID, cmsTagSignature sig);
774 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int…
775 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples…
777 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p);
806 cmsContext ContextID;
827 cmsStage* _cmsStageAllocLab2XYZ(cmsContext ContextID);
828 cmsStage* _cmsStageAllocXYZ2Lab(cmsContext ContextID);
829 cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID);
830 cmsStage* _cmsStageAllocLabV2ToV4(cmsContext ContextID);
831 cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID);
832 cmsStage* _cmsStageAllocLabV4ToV2(cmsContext ContextID);
834 cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, int nChannels);
835 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan);
836 cmsStage* _cmsStageNormalizeFromLabFloat(cmsContext ContextID);
837 cmsStage* _cmsStageNormalizeFromXyzFloat(cmsContext ContextID);
838 cmsStage* _cmsStageNormalizeToLabFloat(cmsContext ContextID);
839 cmsStage* _cmsStageNormalizeToXyzFloat(cmsContext ContextID);
840 cmsStage* _cmsStageClipNegatives(cmsContext ContextID, int nChannels);
865 cmsContext ContextID; // Environment
885 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID,
897 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr…
910 cmsBool _cmsOptimizePipeline(cmsContext ContextID,
920 cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID,
936 cmsFormatter _cmsGetFormatter(cmsContext ContextID,
1010 cmsContext ContextID;
1031 cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID,
1042 cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID,