Lines Matching defs:max
25 std::max(a.fLeft, b.fLeft),
26 std::max(a.fTop, b.fTop),
75 Sk4s min, max;
77 min = max = Sk4s(pts->fX, pts->fY,
82 min = max = Sk4s::Load(pts);
92 max = Sk4s::Max(max, xy);
100 std::max(max[0], max[2]), std::max(max[1], max[3]));
114 SkScalar L = std::max(al, bl); \
116 SkScalar T = std::max(at, bt); \
143 fRight = std::max(fRight, r.fRight);
144 fBottom = std::max(fBottom, r.fBottom);