Home | History | Annotate | Download | only in gfx

Lines Matching refs:GetMax

718       range_x = Range(range_x.GetMin(), range_x.GetMax());
720 DCHECK(bounds.empty() || bounds.back().GetMax() <= range_x.GetMin());
721 if (!bounds.empty() && bounds.back().GetMax() == range_x.GetMin()) {
722 range_x = Range(bounds.back().GetMin(), range_x.GetMax());