Home
last modified time | relevance | path

Searched refs:GetDisplayBounds (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc67 device->GetDisplayBounds = HAIKU_GetDisplayBounds; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h183 int (*GetDisplayBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
A DSDL_video.c692 if (_this->GetDisplayBounds) { in SDL_GetDisplayBounds()
693 if (_this->GetDisplayBounds(_this, display, rect) == 0) { in SDL_GetDisplayBounds()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c142 device->GetDisplayBounds = WIN_GetDisplayBounds; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c228 device->GetDisplayBounds = X11_GetDisplayBounds; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m77 device->GetDisplayBounds = Cocoa_GetDisplayBounds;

Completed in 13 milliseconds