Lines Matching defs:rect
264 // change rect to rect in display group
271 // MoveTo can be called by user, calculate rect in display group if the reason is move
327 // update new rect in display group
444 auto rect = node->GetWindowRect();
452 rect.width_ = displayRect.width_;
454 rect.posY_ = static_cast<int32_t>(displayRect.height_ - rect.height_) + displayRect.posY_;
455 rect.width_ = displayRect.width_;
458 node->SetRequestRect(rect);