Home | History | Annotate | Download | only in src

Lines Matching refs:cmsContext

326 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size);
329 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
332 cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
335 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
338 cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
341 cmsBool _cmsRegisterTagTypePlugin(cmsContext ContextID, cmsPluginBase* Plugin);
344 cmsBool _cmsRegisterTagPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
347 cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
350 cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
353 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
356 cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
359 cmsBool _cmsRegisterMutexPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
377 cmsContext ContextID;
383 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial);
444 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID);
447 void* _cmsContextGetClientChunk(cmsContext id, _cmsMemoryClient mc);
657 cmsContext ContextID;
690 cmsContext ContextID;
707 cmsContext ContextID;
751 cmsTagTypeHandler* _cmsGetTagTypeHandler(cmsContext ContextID, cmsTagTypeSignature sig);
753 cmsTagDescriptor* _cmsGetTagDescriptor(cmsContext ContextID, cmsTagSignature sig);
761 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, int nSamples, int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
762 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples[], int InputChan, int OutputChan, const void* Table, cmsUInt32Number dwFlags);
764 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p);
793 cmsContext ContextID;
814 cmsStage* _cmsStageAllocLab2XYZ(cmsContext ContextID);
815 cmsStage* _cmsStageAllocXYZ2Lab(cmsContext ContextID);
816 cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID);
817 cmsStage* _cmsStageAllocLabV2ToV4(cmsContext ContextID);
818 cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID);
819 cmsStage* _cmsStageAllocLabV4ToV2(cmsContext ContextID);
821 cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, int nChannels);
822 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan);
823 cmsStage* _cmsStageNormalizeFromLabFloat(cmsContext ContextID);
824 cmsStage* _cmsStageNormalizeFromXyzFloat(cmsContext ContextID);
825 cmsStage* _cmsStageNormalizeToLabFloat(cmsContext ContextID);
826 cmsStage* _cmsStageNormalizeToXyzFloat(cmsContext ContextID);
850 cmsContext ContextID; // Environment
870 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID,
882 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
895 cmsBool _cmsOptimizePipeline(cmsContext ContextID,
905 cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID,
921 cmsFormatter _cmsGetFormatter(cmsContext ContextID,
995 cmsContext ContextID;
1005 cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID,
1016 cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID,