Home | History | Annotate | Download | only in base

Lines Matching defs:xmin

96 static inline void ExpandBoundsToIncludePoint(float* xmin,
101 *xmin = std::min(p.x(), *xmin);
370 float xmin = std::numeric_limits<float>::max();
376 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax, vertices[i]);
378 return gfx::RectF(gfx::PointF(xmin, ymin),
379 gfx::SizeF(xmax - xmin, ymax - ymin));
408 float xmin = std::numeric_limits<float>::max();
414 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
418 ExpandBoundsToIncludePoint(&xmin,
426 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
430 ExpandBoundsToIncludePoint(&xmin,
438 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
442 ExpandBoundsToIncludePoint(&xmin,
450 ExpandBoundsToIncludePoint(&xmin, &xmax, &ymin, &ymax,
454 ExpandBoundsToIncludePoint(&xmin,
461 return gfx::RectF(gfx::PointF(xmin, ymin),
462 gfx::SizeF(xmax - xmin, ymax - ymin));