Searched refs:newBottomRightRect (Results 1 – 1 of 1) sorted by relevance
2423 Rect newBottomRightRect; in UpdateDisplayInfo() local2424 newBottomRightRect.x = windowArea.x + windowArea.width - pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()2425 newBottomRightRect.y = windowArea.y + windowArea.height - pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()2426 newBottomRightRect.width = OUTWINDOW_HOT_AREA + pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()2427 newBottomRightRect.height = OUTWINDOW_HOT_AREA + pointerChangeAreas[BOTTOM_RIGHT_AREA]; in UpdateDisplayInfo()2441 newBottomRightRect.width = 0; in UpdateDisplayInfo()2442 newBottomRightRect.height = 0; in UpdateDisplayInfo()2448 windowHotAreas.push_back(newBottomRightRect); in UpdateDisplayInfo()