Home | History | Annotate | Download | only in windib

Lines Matching refs:rect

101 static int  DIB_GetMonitorRect(_THIS, SDL_Rect*  rect);
495 RECT bounds;
1254 RECT rect;
1255 GetWindowRect(SDL_Window, &rect);
1256 *px = rect.left;
1257 *py = rect.top;
1269 RECT wrect;
1270 RECT primary;
1349 RECT wrect;
1351 RECT bestRect;
1352 RECT primary;
1393 static int DIB_GetMonitorRect(_THIS, SDL_Rect* rect)
1396 RECT* sr;
1408 rect->x = sr->left;
1409 rect->y = sr->top;
1410 rect->w = sr->right - sr->left;
1411 rect->h = sr->bottom - sr->top;