Home | History | Annotate | Download | only in render

Lines Matching defs:min_y

395   float min_y = triangle[0].position.y;
398 min_y = std::min(min_y, triangle[i].position.y);
401 if (min_y == max_y)
404 int min_yi = std::max(static_cast<int>(floor(min_y)), 0);