Lines Matching defs:rect
36 void WindowNode::SetEntireWindowTouchHotArea(const Rect& rect)
38 entireWindowTouchHotArea_ = rect;
41 void WindowNode::SetEntireWindowPointerHotArea(const Rect& rect)
43 entireWindowPointerHotArea_ = rect;
46 void WindowNode::SetWindowRect(const Rect& rect)
48 property_->SetWindowRect(rect);
61 void WindowNode::SetRequestRect(const Rect& rect)
63 property_->SetRequestRect(rect);
173 void WindowNode::SetOriginRect(const Rect& rect)
175 property_->SetOriginRect(rect);