Lines Matching defs:windowRect
958 auto windowRect = node->GetWindowRect();
959 WmOcclusion::Rect curRect = { windowRect.posX_, windowRect.posY_,
960 windowRect.posX_ + static_cast<int32_t>(windowRect.width_),
961 windowRect.posY_ + static_cast<int32_t>(windowRect.height_)};
1458 auto windowRect = node->GetWindowRect();
1459 callingWindowRestoringRect_.posX_ = windowRect.posX_;
1460 callingWindowRestoringRect_.posY_ = windowRect.posY_;
1735 Rect windowRect = node->GetWindowRect();
1736 if (!WindowHelper::CalculateTouchHotAreas(windowRect, rects, touchHotAreas)) {