Home | History | Annotate | Download | only in win

Lines Matching refs:RECT

19   RECT rect;
20 if (!GetWindowRect(window, &rect)) {
30 rect.left, rect.top, rect.right, rect.bottom);
36 rect.left + border.width(),
37 rect.top,
38 rect.right - border.width(),
39 rect.bottom - border.height());