Searched refs:botRight (Results 1 – 3 of 3) sorted by relevance
61 SkDPoint botRight = {3, 4}; in DEF_TEST() local62 bounds.add(botRight); in DEF_TEST()
291 POINT botRight; in WndProc() local292 botRight.x = winRect.right; in WndProc()293 botRight.y = winRect.bottom; in WndProc()294 ClientToScreen(hWnd, &botRight); in WndProc()298 event.Size.Width = botRight.x - topLeft.x; in WndProc()299 event.Size.Height = botRight.y - topLeft.y; in WndProc()