Lines Matching refs:Rect
61 void SetEntireWindowTouchHotArea(const Rect& rect);
62 void SetEntireWindowPointerHotArea(const Rect& rect);
63 void SetWindowRect(const Rect& rect);
66 void SetRequestRect(const Rect& rect);
86 void SetOriginRect(const Rect& rect);
87 void SetTouchHotAreas(const std::vector<Rect>& rects);
88 void SetPointerHotAreas(const std::vector<Rect>& rects);
106 Rect GetEntireWindowTouchHotArea() const;
107 Rect GetEntireWindowPointerHotArea() const;
108 Rect GetWindowRect() const;
110 Rect GetRequestRect() const;
129 const Rect& GetOriginRect() const;
131 void GetTouchHotAreas(std::vector<Rect>& rects) const;
132 void GetPointerHotAreas(std::vector<Rect>& rects) const;
174 Rect entireWindowTouchHotArea_ { 0, 0, 0, 0 };
175 Rect entireWindowPointerHotArea_ { 0, 0, 0, 0 };
176 std::vector<Rect> touchHotAreas_; // coordinates relative to display.
177 std::vector<Rect> pointerHotAreas_; // coordinates relative to display.