Lines Matching refs:y2
483 int y2 = deRoundFloatToInt32((height * fy2 / 2.0f) + oy);
487 for (int y = y1; y < y2; y++)
490 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1);
786 int y2 = (int)((height/2.0f) * 0.9f + (height/2.0f));
790 for (int y = y1; y <= y2; y++)
793 float s = ((float)(y-y1) / (y2-y1));
1075 int y2 = (int)((height/2.0f) * 0.9f + (height/2.0f));
1079 for (int y = y1; y <= y2; y++)
1082 float s = ((float)(y-y1) / (y2-y1));