Home
last modified time | relevance | path

Searched refs:GetDisplayUsableBounds (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenvideo.c90 device->GetDisplayUsableBounds = Emscripten_GetDisplayUsableBounds; in Emscripten_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h188 int (*GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
A DSDL_video.c731 if (_this->GetDisplayUsableBounds) { in SDL_GetDisplayUsableBounds()
732 if (_this->GetDisplayUsableBounds(_this, display, rect) == 0) { in SDL_GetDisplayUsableBounds()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c143 device->GetDisplayUsableBounds = WIN_GetDisplayUsableBounds; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c229 device->GetDisplayUsableBounds = X11_GetDisplayUsableBounds; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m78 device->GetDisplayUsableBounds = Cocoa_GetDisplayUsableBounds;
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m104 device->GetDisplayUsableBounds = UIKit_GetDisplayUsableBounds;

Completed in 15 milliseconds