• Home
  • Raw
  • Download

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()
168 cmsBool PreOptimize(cmsPipeline* Lut) in PreOptimize()
170 cmsBool AnyOpt = FALSE, Opt; in PreOptimize()
349 cmsBool AllCurvesAreLinear(cmsStage* mpe) in AllCurvesAreLinear()
369 cmsBool PatchLUT(cmsStage* CLUT, cmsUInt16Number At[], cmsUInt16Number Value[], in PatchLUT()
452 cmsBool WhitesAreEqual(int n, cmsUInt16Number White1[], cmsUInt16Number White2[] ) in WhitesAreEqual()
467 cmsBool FixWhiteMisalignment(cmsPipeline* Lut, cmsColorSpaceSignature EntryColorSpace, cmsColorSpac… in FixWhiteMisalignment()
549 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeByResampling()
919 cmsBool IsDegenerated(const cmsToneCurve* g) in IsDegenerated()
941 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number… in OptimizeByComputingLinearization()
948 cmsBool lIsSuitable, lIsLinear; in OptimizeByComputingLinearization()
1267 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFo… in OptimizeByJoiningCurves()
1462 void FillSecondShaper(cmsUInt16Number* Table, cmsToneCurve* Curve, cmsBool Is8BitsOutput) in FillSecondShaper()
1489 cmsBool SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsTon… in SetMatShaper()
1493 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); in SetMatShaper()
1539 cmsBool OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputForma… in OptimizeMatrixShaper()
1546 cmsBool IdentityMat; in OptimizeMatrixShaper()
1701 cmsBool _cmsRegisterOptimizationPlugin(cmsContext ContextID, cmsPluginBase* Data) in _cmsRegisterOptimizationPlugin()
1733 cmsBool _cmsOptimizePipeline(cmsContext ContextID, in _cmsOptimizePipeline()
1742 cmsBool AnySuccess = FALSE; in _cmsOptimizePipeline()