Searched refs:parentGlobalRect (Results 1 – 1 of 1) sorted by relevance
1452 Rect parentGlobalRect; in UpdateSessionRect() local1453 WMError errorCode = parentSession->GetGlobalScaledRect(parentGlobalRect); in UpdateSessionRect()1454 … newRect.posX_ = (newRect.posX_ - parentGlobalRect.posX_) / parentSession->GetFloatingScale(); in UpdateSessionRect()1455 … newRect.posY_ = (newRect.posY_ - parentGlobalRect.posY_) / parentSession->GetFloatingScale(); in UpdateSessionRect()