Home | History | Annotate | Download | only in src

Lines Matching refs:cmsPipeline

119 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp)
139 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2)
188 cmsBool _MultiplyMatrix(cmsPipeline* Lut)
251 cmsBool PreOptimize(cmsPipeline* Lut)
411 cmsPipeline* Lut = (cmsPipeline*) Cargo;
549 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpaceSignature ExitColorSpace)
631 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
633 cmsPipeline* Src = NULL;
634 cmsPipeline* Dest = NULL;
1023 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1025 cmsPipeline* OriginalLut;
1031 cmsPipeline* OptimizedLUT = NULL, *LutPlusCurves = NULL;
1355 cmsPipeline* Lut = (cmsPipeline*) D;
1367 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1372 cmsPipeline* Src = *Lut;
1373 cmsPipeline* Dest = NULL;
1598 cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat)
1656 cmsBool OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1662 cmsPipeline* Dest, *Src;
1890 cmsPipeline** PtrLut,