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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBox.h38 class FloatBox { class in namespace:blink
40 FloatBox() function in class:blink::FloatBox
50 FloatBox(float x, float y, float z, float width, float height, float depth) function in class:blink::FloatBox
60 FloatBox(const FloatBox& box) function in class:blink::FloatBox
129 void expandTo(const FloatBox& box)
134 void unionBounds(const FloatBox& box)
167 inline bool operator==(const FloatBox& a, const FloatBox& b)
173 inline bool operator!=(const FloatBox
[all...]

Completed in 60 milliseconds