• Home
  • Raw
  • Download

Lines Matching refs:cmsBool

152 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp)  in _Remove1Op()
155 cmsBool AnyOpt = FALSE; in _Remove1Op()
172 cmsBool _Remove2Op(cmsPipeline* Lut, cmsStageSignature Op1, cmsStageSignature Op2) in _Remove2Op()
176 cmsBool AnyOpt = FALSE; in _Remove2Op()
200 cmsBool CloseEnoughFloat(cmsFloat64Number a, cmsFloat64Number b) in CloseEnoughFloat()
206 cmsBool isFloatMatrixIdentity(const cmsMAT3* a) in isFloatMatrixIdentity()
221 cmsBool _MultiplyMatrix(cmsPipeline* Lut) in _MultiplyMatrix()
226 cmsBool AnyOpt = FALSE; in _MultiplyMatrix()
284 cmsBool PreOptimize(cmsPipeline* Lut) in PreOptimize()
286 cmsBool AnyOpt = FALSE, Opt; in PreOptimize()
468 cmsBool AllCurvesAreLinear(cmsStage* mpe) in AllCurvesAreLinear()
488 cmsBool PatchLUT(cmsStage* CLUT, cmsUInt16Number At[], cmsUInt16Number Value[], in PatchLUT()
567 cmsBool WhitesAreEqual(cmsUInt32Number n, cmsUInt16Number White1[], cmsUInt16Number White2[] ) in WhitesAreEqual()
582 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpac… in FixWhiteMisalignment()
664 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeByResampling()
1038 cmsBool IsDegenerated(const cmsToneCurve* g) in IsDegenerated()
1060 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number… in OptimizeByComputingLinearization()
1067 cmsBool lIsSuitable, lIsLinear; in OptimizeByComputingLinearization()
1413 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFo… in OptimizeByJoiningCurves()
1616 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper()
1649 cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsTon… in SetMatShaper()
1653 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); in SetMatShaper()
1698 cmsBool OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeMatrixShaper()
1703 cmsBool IdentityMat; in OptimizeMatrixShaper()
1898 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterOptimizationPlugin()
1930 cmsBool _cmsOptimizePipeline(cmsContext ContextID, in _cmsOptimizePipeline()
1939 cmsBool AnySuccess = FALSE; in _cmsOptimizePipeline()