Searched refs:GetDisplayUsableBounds (Results 1 – 6 of 6) sorted by relevance
184 int (*GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
695 if (_this->GetDisplayUsableBounds) { in SDL_GetDisplayUsableBounds()696 if (_this->GetDisplayUsableBounds(_this, display, rect) == 0) { in SDL_GetDisplayUsableBounds()
102 device->GetDisplayUsableBounds = UIKit_GetDisplayUsableBounds;
127 device->GetDisplayUsableBounds = WIN_GetDisplayUsableBounds; in WIN_CreateDevice()
76 device->GetDisplayUsableBounds = Cocoa_GetDisplayUsableBounds;
225 device->GetDisplayUsableBounds = X11_GetDisplayUsableBounds; in X11_CreateDevice()