Lines Matching refs:rect
199 auto rect = srcNode->GetWindowRect();
200 srcNode->closeWinSurfaceNode_->SetBounds(0, 0, rect.width_, rect.height_);
751 auto rect = windowNode->GetWindowRect();
753 auto boundsRect = RectF(rect.posX_, rect.posY_, rect.width_, rect.height_);
757 WLOGFD("[FixOrientation] the window %{public}u is expected rotatable, pre-calculate bounds, rect:"
758 " [%{public}d, %{public}d, %{public}d, %{public}d]", windowNode->GetWindowId(), rect.posX_, rect.posY_,
759 rect.height_, rect.width_);
760 boundsRect = RectF(rect.posX_, rect.posY_, rect.height_, rect.width_);