Home | History | Annotate | Download | only in egl

Lines Matching refs:y1

442 			int y1 = deRoundFloatToInt32(((float)height	 * fy1 / 2.0f) + (float)oy);
448 for (int y = y1; y < y2; y++)
451 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1);
746 int y1 = (int)(((float)height/2.0f) * (-0.9f) + ((float)height/2.0f));
751 for (int y = y1; y <= y2; y++)
754 float s = ((float)(y-y1) / (float)(y2-y1));
1035 int y1 = (int)(((float)height/2.0f) * (-0.9f) + ((float)height/2.0f));
1040 for (int y = y1; y <= y2; y++)
1043 float s = ((float)(y-y1) / (float)(y2-y1));