Lines Matching refs:rectWindow
506 bool AccessibilityWindowManager::CompareRect(const Rect &rectAccessibility, const Rosen::Rect &rectWindow)
509 int32_t leftTopX_ = rectWindow.posX_;
510 int32_t leftTopY_ = rectWindow.posY_;
514 if (!CheckIntegerOverflow(rectWindow)) {
515 rightBottomX_ = rectWindow.posX_;
516 rightBottomY_ = rectWindow.posY_;
518 rightBottomX_ = rectWindow.posX_ + static_cast<int32_t>(rectWindow.width_);
519 rightBottomY_ = rectWindow.posY_ + static_cast<int32_t>(rectWindow.height_);