Searched defs:expandTo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBox.h101 void expandTo(const FloatPoint3D& low, const FloatPoint3D& high) function in class:blink::FloatBox
124 void expandTo(const FloatPoint3D& point) function in class:blink::FloatBox
126 expandTo(point, point);
129 void expandTo(const FloatBox& box) function in class:blink::FloatBox
131 expandTo(FloatPoint3D(box.x(), box.y(), box.z()), FloatPoint3D(box.right(), box.bottom(), box.front()));
144 expandTo(box);

Completed in 232 milliseconds