Home
last modified time | relevance | path

Searched refs:GetWindowBordersSize (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h220 …int (*GetWindowBordersSize) (_THIS, SDL_Window * window, int *top, int *left, int *bottom, int *ri… member
A DSDL_video.c2119 if (!_this->GetWindowBordersSize) { in SDL_GetWindowBordersSize()
2123 return _this->GetWindowBordersSize(_this, window, top, left, bottom, right); in SDL_GetWindowBordersSize()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c156 device->GetWindowBordersSize = WIN_GetWindowBordersSize; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c243 device->GetWindowBordersSize = X11_GetWindowBordersSize; in X11_CreateDevice()

Completed in 12 milliseconds