Home | History | Annotate | Download | only in gl

Lines Matching refs:RECT

191   RECT rect;
192 if (!GetClientRect(window_, &rect)) {
205 rect.right - rect.left,
206 rect.bottom - rect.top,
258 RECT rect;
259 if (!GetClientRect(window_, &rect))
263 rect.right - rect.left,
264 rect.bottom - rect.top,
274 RECT rect;
275 BOOL result = GetClientRect(child_window_, &rect);
277 return gfx::Size(rect.right - rect.left, rect.bottom - rect.top);