Home | History | Annotate | Download | only in metro_driver

Lines Matching refs:RECT

27 HWND CreateMetroTopLevelWindow(const RECT& work_area) {
274 virtual HRESULT STDMETHODCALLTYPE get_ContactRect(winfoundtn::Rect* rect) {
278 virtual HRESULT STDMETHODCALLTYPE get_ContactRectRaw(winfoundtn::Rect* rect) {
345 winfoundtn::Rect* rect) {
349 virtual HRESULT STDMETHODCALLTYPE get_ScreenRect(winfoundtn::Rect* rect) {
558 RECT work_area = {0};
585 winfoundtn::Rect* value) {
586 RECT rect;
587 if (!::GetClientRect(core_hwnd_, &rect))
589 value->Width = rect.right;
590 value->Height = rect.bottom;