Home | History | Annotate | Download | only in common

Lines Matching defs:stepCount

146 	const Vec4		stepCount	= d / prec.colorThreshold;
147 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
164 const Vec4 stepCount = maxD / prec.colorThreshold;
165 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
175 const Vec4 stepCount = 1.0f / prec.colorThreshold;
176 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
186 const Vec4 stepCount = 2.0f / prec.colorThreshold;
187 const Vec4 minStep = 1.0f / (stepCount + 1.0f);