Home | History | Annotate | Download | only in functional

Lines Matching refs:y1

107 		const float		y1		= float((ry+rh)*2)/h - 1.0f;
111 positions[rectNdx*4 + 2] = Vec2(x0, y1);
112 positions[rectNdx*4 + 3] = Vec2(x1, y1);
184 const int y1 = y0+rectIter->w();
186 for (int y = y0; y < y1; y++)