Searched refs:newLeftRect (Results 1 – 1 of 1) sorted by relevance
2381 Rect newLeftRect; in UpdateDisplayInfo() local2382 newLeftRect.x = windowArea.x - OUTWINDOW_HOT_AREA; in UpdateDisplayInfo()2383 newLeftRect.y = windowArea.y + pointerChangeAreas[TOP_LEFT_AREA]; in UpdateDisplayInfo()2384 newLeftRect.width = OUTWINDOW_HOT_AREA + pointerChangeAreas[LEFT_AREA]; in UpdateDisplayInfo()2385 …newLeftRect.height = windowArea.height - pointerChangeAreas[TOP_LEFT_AREA] - pointerChangeAreas[BO… in UpdateDisplayInfo()2393 newLeftRect.width = 0; in UpdateDisplayInfo()2394 newLeftRect.height = 0; in UpdateDisplayInfo()2400 windowHotAreas.push_back(newLeftRect); in UpdateDisplayInfo()