Lines Matching full:vector2d
22 #include "ui/gfx/vector2d.h"
39 : public RectBase<Rect, Point, Size, Insets, Vector2d, int> {
41 Rect() : RectBase<Rect, Point, Size, Insets, Vector2d, int>(Point()) {}
44 : RectBase<Rect, Point, Size, Insets, Vector2d, int>
48 : RectBase<Rect, Point, Size, Insets, Vector2d, int>
60 : RectBase<Rect, Point, Size, Insets, Vector2d, int>(size) {}
63 : RectBase<Rect, Point, Size, Insets, Vector2d, int>(origin, size) {}
92 UI_EXPORT Rect operator+(const Rect& lhs, const Vector2d& rhs);
93 UI_EXPORT Rect operator-(const Rect& lhs, const Vector2d& rhs);
95 inline Rect operator+(const Vector2d& lhs, const Rect& rhs) {
140 extern template class RectBase<Rect, Point, Size, Insets, Vector2d, int>;