Home | History | Annotate | Download | only in base

Lines Matching refs:xmax

96                                               float* xmax,
101 *xmax = std::max(p.x(), *xmax);
262 float xmax = -std::numeric_limits<float>::max();
267 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
270 gfx::SizeF(xmax - xmin, ymax - ymin));
300 float xmax = -std::numeric_limits<float>::max();
305 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
310 &xmax,
317 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
322 &xmax,
329 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
334 &xmax,
341 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
346 &xmax,
353 gfx::SizeF(xmax - xmin, ymax - ymin));