• Home
  • Raw
  • Download

Lines Matching refs:cmsContext

391 void* _cmsPluginMalloc(cmsContext ContextID, cmsUInt32Number size);
394 cmsBool _cmsRegisterMemHandlerPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
397 cmsBool _cmsRegisterInterpPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
400 cmsBool _cmsRegisterParametricCurvesPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
403 cmsBool _cmsRegisterFormattersPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
406 cmsBool _cmsRegisterTagTypePlugin(cmsContext ContextID, cmsPluginBase* Plugin);
409 cmsBool _cmsRegisterTagPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
412 cmsBool _cmsRegisterRenderingIntentPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
415 cmsBool _cmsRegisterMultiProcessElementPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
418 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
421 cmsBool _cmsRegisterTransformPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
424 cmsBool _cmsRegisterMutexPlugin(cmsContext ContextID, cmsPluginBase* Plugin);
442 cmsContext ContextID;
448 _cmsSubAllocator* _cmsCreateSubAlloc(cmsContext ContextID, cmsUInt32Number Initial);
509 struct _cmsContext_struct* _cmsGetContext(cmsContext ContextID);
512 void* _cmsContextGetClientChunk(cmsContext id, _cmsMemoryClient mc);
722 cmsContext ContextID;
755 cmsContext ContextID;
772 cmsContext ContextID;
816 cmsTagTypeHandler* _cmsGetTagTypeHandler(cmsContext ContextID, cmsTagTypeSignature sig);
818 cmsTagDescriptor* _cmsGetTagDescriptor(cmsContext ContextID, cmsTagSignature sig);
826 cmsInterpParams* _cmsComputeInterpParams(cmsContext ContextID, cmsUInt32Number nSamples, cmsUIn…
827 cmsInterpParams* _cmsComputeInterpParamsEx(cmsContext ContextID, const cmsUInt32Number nSamples…
829 cmsBool _cmsSetInterpolationRoutine(cmsContext ContextID, cmsInterpParams* p);
858 cmsContext ContextID;
879 cmsStage* _cmsStageAllocLab2XYZ(cmsContext ContextID);
880 cmsStage* _cmsStageAllocXYZ2Lab(cmsContext ContextID);
881 cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID);
882 cmsStage* _cmsStageAllocLabV2ToV4(cmsContext ContextID);
883 cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID);
884 cmsStage* _cmsStageAllocLabV4ToV2(cmsContext ContextID);
886 cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, cmsUInt32Number nChannels);
887 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, cmsUInt32Number nChan);
888 cmsStage* _cmsStageNormalizeFromLabFloat(cmsContext ContextID);
889 cmsStage* _cmsStageNormalizeFromXyzFloat(cmsContext ContextID);
890 cmsStage* _cmsStageNormalizeToLabFloat(cmsContext ContextID);
891 cmsStage* _cmsStageNormalizeToXyzFloat(cmsContext ContextID);
892 cmsStage* _cmsStageClipNegatives(cmsContext ContextID, cmsUInt32Number nChannels);
917 cmsContext ContextID; // Environment
937 cmsPipeline* _cmsLinkProfiles(cmsContext ContextID,
949 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr…
962 cmsBool _cmsOptimizePipeline(cmsContext ContextID,
972 cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID,
988 cmsFormatter _cmsGetFormatter(cmsContext ContextID,
1062 cmsContext ContextID;
1083 cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID,
1094 cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID,