Home
last modified time | relevance | path

Searched defs:ExpandTo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
Dbox_f.cc28 void BoxF::ExpandTo(const Point3F& min, const Point3F& max) { in ExpandTo() function in gfx::BoxF
56 void BoxF::ExpandTo(const Point3F& point) { in ExpandTo() function in gfx::BoxF
60 void BoxF::ExpandTo(const BoxF& box) { in ExpandTo() function in gfx::BoxF
Dbox_unittest.cc81 TEST(BoxTest, ExpandTo) { in TEST() argument