Home
last modified time | relevance | path

Searched refs:shapeError (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dmain.c331 int shapeError; in StartupConnection() local
420 haveShape = JXShapeQueryExtension(display, &shapeEvent, &shapeError); in StartupConnection()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/cvtt/
H A DConvectionKernels.cpp4117 MFloat shapeError = ParallelMath::MakeFloatZero(); in TrySinglePlane() local
4158 shapeError = shapeError + error; in TrySinglePlane()
4168 shapeError = aggError.Finalize(flags, channelWeightsSq); in TrySinglePlane()
4171 shapeError = shapeError + staticAlphaError; in TrySinglePlane()
4176 … shapeErrorBetter = ParallelMath::Less(shapeError, temps.shapeBestError[shapeCollapsedEvalIndex]); in TrySinglePlane()
4193 …lMath::ConditionalSet(temps.shapeBestError[shapeCollapsedEvalIndex], shapeErrorBetter, shapeError); in TrySinglePlane()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/cvtt/
H A DConvectionKernels.cpp4117 MFloat shapeError = ParallelMath::MakeFloatZero(); in TrySinglePlane() local
4158 shapeError = shapeError + error; in TrySinglePlane()
4168 shapeError = aggError.Finalize(flags, channelWeightsSq); in TrySinglePlane()
4171 shapeError = shapeError + staticAlphaError; in TrySinglePlane()
4176 … shapeErrorBetter = ParallelMath::Less(shapeError, temps.shapeBestError[shapeCollapsedEvalIndex]); in TrySinglePlane()
4193 …lMath::ConditionalSet(temps.shapeBestError[shapeCollapsedEvalIndex], shapeErrorBetter, shapeError); in TrySinglePlane()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h887 int shapeEvent, shapeError; member
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c2184 &d->shapeError); in addDisplay()