Home | History | Annotate | Download | only in windib

Lines Matching refs:RECT

122 static int  DIB_GetMonitorRect(_THIS, SDL_Rect*  rect);
525 RECT bounds;
1331 RECT rect;
1332 GetWindowRect(SDL_Window, &rect);
1333 *px = rect.left;
1334 *py = rect.top;
1346 RECT wrect;
1347 RECT primary;
1426 RECT wrect;
1428 RECT bestRect;
1429 RECT primary;
1470 static int DIB_GetMonitorRect(_THIS, SDL_Rect* rect)
1473 RECT* sr;
1485 rect->x = sr->left;
1486 rect->y = sr->top;
1487 rect->w = sr->right - sr->left;
1488 rect->h = sr->bottom - sr->top;