Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A 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
H A Dbox_unittest.cc80 TEST(BoxTest, ExpandTo) { in TEST() argument