Home | History | Annotate | Download | only in swrast

Lines Matching defs:ima

2405       const float ima = 1.0F / ma;
2406 newCoord[0] = ( sc * ima + 1.0F ) * 0.5F;
2407 newCoord[1] = ( tc * ima + 1.0F ) * 0.5F;