Lines Matching refs:ContextID
32 cmsHTRANSFORM _cmsChain2Lab(cmsContext ContextID, in _cmsChain2Lab() argument
55 hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); in _cmsChain2Lab()
74 xform = cmsCreateExtendedTransform(ContextID, nProfiles + 1, ProfileList, in _cmsChain2Lab()
92 cmsToneCurve* ComputeKToLstar(cmsContext ContextID, in ComputeKToLstar() argument
108 …xform = _cmsChain2Lab(ContextID, nProfiles, TYPE_CMYK_FLT, TYPE_Lab_DBL, Intents, hProfiles, BPC, … in ComputeKToLstar()
111 SampledPoints = (cmsFloat32Number*) _cmsCalloc(ContextID, nPoints, sizeof(cmsFloat32Number)); in ComputeKToLstar()
125 out = cmsBuildTabulatedToneCurveFloat(ContextID, nPoints, SampledPoints); in ComputeKToLstar()
130 if (SampledPoints) _cmsFree(ContextID, SampledPoints); in ComputeKToLstar()
139 cmsToneCurve* _cmsBuildKToneCurve(cmsContext ContextID, in _cmsBuildKToneCurve() argument
160 …in = ComputeKToLstar(ContextID, nPoints, nProfiles - 1, Intents, hProfiles, BPC, AdaptationStates… in _cmsBuildKToneCurve()
163 out = ComputeKToLstar(ContextID, nPoints, 1, in _cmsBuildKToneCurve()
176 KTone = cmsJoinToneCurve(ContextID, in, out, nPoints); in _cmsBuildKToneCurve()
287 cmsPipeline* _cmsCreateGamutCheckPipeline(cmsContext ContextID, in _cmsCreateGamutCheckPipeline() argument
312 …cmsSignalError(ContextID, cmsERROR_RANGE, "Wrong position of PCS. 1..255 expected, %d found.", nGa… in _cmsCreateGamutCheckPipeline()
316 hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); in _cmsCreateGamutCheckPipeline()
355 Chain.hInput = cmsCreateExtendedTransform(ContextID, in _cmsCreateGamutCheckPipeline()
368 Chain.hForward = cmsCreateTransformTHR(ContextID, in _cmsCreateGamutCheckPipeline()
375 Chain.hReverse = cmsCreateTransformTHR(ContextID, hGamut, dwFormat, in _cmsCreateGamutCheckPipeline()
387 Gamut = cmsPipelineAlloc(ContextID, 3, 1); in _cmsCreateGamutCheckPipeline()
390 CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL); in _cmsCreateGamutCheckPipeline()
465 cmsContext ContextID = cmsGetProfileContextID(hProfile); in cmsDetectTAC() local
481 hLab = cmsCreateLab4ProfileTHR(ContextID, NULL); in cmsDetectTAC()
484 bp.hRoundTrip = cmsCreateTransformTHR(ContextID, hLab, TYPE_Lab_16, in cmsDetectTAC()