Searched refs:GetDisplayBounds (Results 1 – 6 of 6) sorted by relevance
67 device->GetDisplayBounds = HAIKU_GetDisplayBounds; in HAIKU_CreateDevice()
183 int (*GetDisplayBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
692 if (_this->GetDisplayBounds) { in SDL_GetDisplayBounds()693 if (_this->GetDisplayBounds(_this, display, rect) == 0) { in SDL_GetDisplayBounds()
142 device->GetDisplayBounds = WIN_GetDisplayBounds; in WIN_CreateDevice()
228 device->GetDisplayBounds = X11_GetDisplayBounds; in X11_CreateDevice()
77 device->GetDisplayBounds = Cocoa_GetDisplayBounds;
Completed in 13 milliseconds