Home
last modified time | relevance | path

Searched refs:botRight (Results 1 – 3 of 3) sorted by relevance

/external/skqp/tests/
DPathOpsBoundsTest.cpp61 SkDPoint botRight = {3, 4}; in DEF_TEST() local
62 bounds.add(botRight); in DEF_TEST()
/external/skia/tests/
DPathOpsBoundsTest.cpp61 SkDPoint botRight = {3, 4}; in DEF_TEST() local
62 bounds.add(botRight); in DEF_TEST()
/external/angle/util/windows/win32/
DWin32Window.cpp291 POINT botRight; in WndProc() local
292 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()