Home | History | Annotate | Download | only in functional

Lines Matching defs:yMax

121 	int			yMax				= de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
125 for (int y = yMin; y <= yMax; y++)
153 int yMax = de::clamp(max4(p0.y(), p1.y(), p2.y(), p3.y()), 0, img.getHeight()-1);
154 tcu::RGBA refColor = img.getPixel((xMin + xMax) / 2, (yMin + yMax) / 2);
156 for (int y = yMin; y <= yMax; y++)