Home | History | Annotate | Download | only in win

Lines Matching defs:rect

121     RECT rect;
122 ::GetClientRect(m_inspectorWindow, &rect);
124 ::SetWindowPos(m_inspectorView->window(), 0, rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top, SWP_NOZORDER);
158 RECT emptyRect = { 0 };