Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Dbox_f.h20 constexpr BoxF() : BoxF(0, 0, 0) {} in BoxF() function
21 constexpr BoxF(float width, float height, float depth) in BoxF() function
23 constexpr BoxF(float x, in BoxF() function
30 constexpr BoxF(const Point3F& origin, float width, float height, float depth) in BoxF() function