Home | History | Annotate | Download | only in src

Lines Matching refs:cmsBool

119 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp)
122 cmsBool AnyOpt = FALSE;
139 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2)
143 cmsBool AnyOpt = FALSE;
167 cmsBool CloseEnoughFloat(cmsFloat64Number a, cmsFloat64Number b)
173 cmsBool isFloatMatrixIdentity(const cmsMAT3* a)
188 cmsBool _MultiplyMatrix(cmsPipeline* Lut)
193 cmsBool AnyOpt = FALSE;
251 cmsBool PreOptimize(cmsPipeline* Lut)
253 cmsBool AnyOpt = FALSE, Opt;
435 cmsBool AllCurvesAreLinear(cmsStage* mpe)
455 cmsBool PatchLUT(cmsStage* CLUT, cmsUInt16Number At[], cmsUInt16Number Value[],
534 cmsBool WhitesAreEqual(int n, cmsUInt16Number White1[], cmsUInt16Number White2[] )
549 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpaceSignature ExitColorSpace)
631 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1001 cmsBool IsDegenerated(const cmsToneCurve* g)
1023 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1030 cmsBool lIsSuitable, lIsLinear;
1367 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1549 cmsBool FillFirstShaper(cmsS1Fixed14Number* Table, cmsToneCurve* Curve)
1568 cmsBool FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput)
1598 cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat)
1602 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat);
1656 cmsBool OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
1661 cmsBool IdentityMat;
1857 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Data)
1889 cmsBool _cmsOptimizePipeline(cmsContext ContextID,
1898 cmsBool AnySuccess = FALSE;