Home | History | Annotate | Download | only in egl

Lines Matching refs:yf

451 					float		yf		= ((float)(y-y1) + 0.5f) / (float)(y2 - y1);
452 bool tri = yf >= xf;
457 float t = tri ? 1.0f-yf : yf;