Lines Matching refs:cmsBool

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