Home | History | Annotate | Download | only in common

Lines Matching defs:stepCount

151 	const Vec4		stepCount	= d / prec.colorThreshold;
152 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
169 const Vec4 stepCount = maxD / prec.colorThreshold;
170 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
180 const Vec4 stepCount = 1.0f / prec.colorThreshold;
181 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
191 const Vec4 stepCount = 2.0f / prec.colorThreshold;
192 const Vec4 minStep = 1.0f / (stepCount + 1.0f);