Lines Matching refs:layoutRect
565 const auto& layoutRect = node->GetWindowRect();
568 int32_t layoutH = static_cast<int32_t>(layoutRect.height_);
569 int32_t layoutW = static_cast<int32_t>(layoutRect.width_);
572 auto avoidPosType = GetAvoidPosType(layoutRect, node->GetDisplayId());
577 offsetH = layoutRect.posY_ + layoutH - limitRect.posY_;
582 offsetH = limitRect.posY_ + limitH - layoutRect.posY_;
586 offsetW = layoutRect.posX_ + layoutW - limitRect.posX_;
591 offsetW = limitRect.posX_ + limitW - layoutRect.posX_;
602 node->GetWindowId(), layoutRect.posX_, layoutRect.posY_, layoutRect.width_, layoutRect.height_,