Home | History | Annotate | Download | only in functional

Lines Matching defs:x1

105 		const float		x1		= float((rx+rw)*2)/w - 1.0f;
110 positions[rectNdx*4 + 1] = Vec2(x1, y0);
112 positions[rectNdx*4 + 3] = Vec2(x1, y1);
183 const int x1 = x0+rectIter->z();
188 for (int x = x0; x < x1; x++)