Lines Matching full:xmax
87 float* xmax,
92 *xmax = std::max(p.x(), *xmax);
233 float xmax = -std::numeric_limits<float>::max();
238 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
241 gfx::SizeF(xmax - xmin, ymax - ymin));
271 float xmax = -std::numeric_limits<float>::max();
276 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
281 &xmax,
288 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
293 &xmax,
300 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
305 &xmax,
312 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
317 &xmax,
324 gfx::SizeF(xmax - xmin, ymax - ymin));