Searched refs:GetDisplayBounds (Results 1 – 7 of 7) sorted by relevance
66 device->GetDisplayBounds = BE_GetDisplayBounds; in BE_CreateDevice()
174 int (*GetDisplayBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
668 if (_this->GetDisplayBounds) { in SDL_GetDisplayBounds()669 if (_this->GetDisplayBounds(_this, display, rect) == 0) { in SDL_GetDisplayBounds()
151 device->GetDisplayBounds = MIR_GetDisplayBounds; in MIR_CreateDevice()
126 device->GetDisplayBounds = WIN_GetDisplayBounds; in WIN_CreateDevice()
75 device->GetDisplayBounds = Cocoa_GetDisplayBounds;
224 device->GetDisplayBounds = X11_GetDisplayBounds; in X11_CreateDevice()