Home | History | Annotate | Download | only in common

Lines Matching full:mina

652 		const float	minA	= de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
658 if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result))
706 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
717 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
773 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
787 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
1484 const float minA = de::clamp((uBounds.x()-0.5f)-float(i), 0.0f, 1.0f);
1498 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))