Lines Matching refs:cmsContext
31 cmsStage* CMSEXPORT _cmsStageAllocPlaceholder(cmsContext ContextID, in _cmsStageAllocPlaceholder()
70 cmsStage* CMSEXPORT cmsStageAllocIdentity(cmsContext ContextID, cmsUInt32Number nChannels) in cmsStageAllocIdentity()
248 cmsStage* CMSEXPORT cmsStageAllocToneCurves(cmsContext ContextID, cmsUInt32Number nChannels, cmsTon… in cmsStageAllocToneCurves()
295 cmsStage* _cmsStageAllocIdentityCurves(cmsContext ContextID, cmsUInt32Number nChannels) in _cmsStageAllocIdentityCurves()
379 cmsStage* CMSEXPORT cmsStageAllocMatrix(cmsContext ContextID, cmsUInt32Number Rows, cmsUInt32Numbe… in cmsStageAllocMatrix()
550 cmsStage* CMSEXPORT cmsStageAllocCLut16bitGranular(cmsContext ContextID, in cmsStageAllocCLut16bitGranular()
610 cmsStage* CMSEXPORT cmsStageAllocCLut16bit(cmsContext ContextID, in cmsStageAllocCLut16bit()
627 cmsStage* CMSEXPORT cmsStageAllocCLutFloat(cmsContext ContextID, in cmsStageAllocCLutFloat()
645 cmsStage* CMSEXPORT cmsStageAllocCLutFloatGranular(cmsContext ContextID, const cmsUInt32Number clut… in cmsStageAllocCLutFloatGranular()
715 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, cmsUInt32Number nChan) in _cmsStageAllocIdentityCLut()
972 cmsStage* _cmsStageAllocLab2XYZ(cmsContext ContextID) in _cmsStageAllocLab2XYZ()
985 cmsStage* _cmsStageAllocLabV2ToV4curves(cmsContext ContextID) in _cmsStageAllocLabV2ToV4curves()
1023 cmsStage* _cmsStageAllocLabV2ToV4(cmsContext ContextID) in _cmsStageAllocLabV2ToV4()
1039 cmsStage* _cmsStageAllocLabV4ToV2(cmsContext ContextID) in _cmsStageAllocLabV4ToV2()
1059 cmsStage* _cmsStageNormalizeFromLabFloat(cmsContext ContextID) in _cmsStageNormalizeFromLabFloat()
1081 cmsStage* _cmsStageNormalizeFromXyzFloat(cmsContext ContextID) in _cmsStageNormalizeFromXyzFloat()
1098 cmsStage* _cmsStageNormalizeToLabFloat(cmsContext ContextID) in _cmsStageNormalizeToLabFloat()
1118 cmsStage* _cmsStageNormalizeToXyzFloat(cmsContext ContextID) in _cmsStageNormalizeToXyzFloat()
1147 cmsStage* _cmsStageClipNegatives(cmsContext ContextID, cmsUInt32Number nChannels) in _cmsStageClipNegatives()
1182 cmsStage* _cmsStageAllocXYZ2Lab(cmsContext ContextID) in _cmsStageAllocXYZ2Lab()
1192 cmsStage* _cmsStageAllocLabPrelin(cmsContext ContextID) in _cmsStageAllocLabPrelin()
1369 cmsPipeline* CMSEXPORT cmsPipelineAlloc(cmsContext ContextID, cmsUInt32Number InputChannels, cmsUIn… in cmsPipelineAlloc()
1399 cmsContext CMSEXPORT cmsGetPipelineContextID(const cmsPipeline* lut) in cmsGetPipelineContextID()