Home | History | Annotate | Download | only in core

Lines Matching defs:max

50     Sk4s min, max;
52 min = max = Sk4s(pts->fX, pts->fY,
57 min = max = Sk4s::Load(pts);
67 max = Sk4s::Max(max, xy);
75 SkTMax(max[0], max[2]), SkTMax(max[1], max[3]));