Home | History | Annotate | Download | only in D3D8

Lines Matching defs:rectangle

1914 			RECT rectangle;
1915 GetClientRect(windowHandle, &rectangle);
1917 width = rectangle.right - rectangle.left;
1918 height = rectangle.bottom - rectangle.top;