HomeSort by relevance Sort by last modified time
    Searched defs:botRight (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp 79 SkPoint botRight = {3, 4};
80 bounds.add(botRight);
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 183 POINT botRight;
184 botRight.x = winRect.right;
185 botRight.y = winRect.bottom;
186 ClientToScreen(hWnd, &botRight);
190 event.Size.Width = botRight.x - topLeft.x;
191 event.Size.Height = botRight.y - topLeft.y;

Completed in 346 milliseconds