Searched refs:newBottomRect (Results 1 – 1 of 1) sorted by relevance
2359 Rect newBottomRect; in UpdateDisplayInfo() local2360 newBottomRect.x = windowArea.x + pointerChangeAreas[BOTTOM_LEFT_AREA]; in UpdateDisplayInfo()2361 newBottomRect.y = windowArea.y + windowArea.height - pointerChangeAreas[BOTTOM_AREA]; in UpdateDisplayInfo()2362 newBottomRect.width = windowArea.width - pointerChangeAreas[BOTTOM_LEFT_AREA] - in UpdateDisplayInfo()2364 newBottomRect.height = OUTWINDOW_HOT_AREA + pointerChangeAreas[BOTTOM_AREA]; in UpdateDisplayInfo()2370 newBottomRect.width = 0; in UpdateDisplayInfo()2371 newBottomRect.height = 0; in UpdateDisplayInfo()2374 windowHotAreas.push_back(newBottomRect); in UpdateDisplayInfo()