Home | History | Annotate | Download | only in functional

Lines Matching refs:yMax

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