Searched defs:BoxF (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.h18 class GFX_EXPORT BoxF { class in namespace:gfx
20 BoxF() function in class:gfx::BoxF
25 BoxF(float width, float height, float depth) function in class:gfx::BoxF
30 BoxF(float x, float y, float z, float width, float height, float depth) function in class:gfx::BoxF
36 BoxF(const Point3F& origin, float width, float height, float depth) function in class:gfx::BoxF
42 ~BoxF() {}
65 void Union(const BoxF& box);
108 void ExpandTo(const BoxF& box);
125 GFX_EXPORT BoxF UnionBoxes(const BoxF
[all...]

Completed in 269 milliseconds