Lines Matching full:xmax
87 float* xmax,
92 *xmax = std::max(p.x(), *xmax);
232 float xmax = -std::numeric_limits<float>::max();
237 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
240 gfx::SizeF(xmax - xmin, ymax - ymin));
270 float xmax = -std::numeric_limits<float>::max();
275 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
280 &xmax,
287 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
292 &xmax,
299 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
304 &xmax,
311 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
316 &xmax,
323 gfx::SizeF(xmax - xmin, ymax - ymin));