Home | History | Annotate | Download | only in egl

Lines Matching defs:xf

489 					float		xf		= ((float)(x-x1) + 0.5f) / (float)(x2 - x1);
491 bool tri = yf >= xf;
495 float s = tri ? xf : 1.0f-xf;