Searched refs:GetWindowBordersSize (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 220 …int (*GetWindowBordersSize) (_THIS, SDL_Window * window, int *top, int *left, int *bottom, int *ri… member
|
A D | SDL_video.c | 2119 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 D | SDL_windowsvideo.c | 156 device->GetWindowBordersSize = WIN_GetWindowBordersSize; in WIN_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11video.c | 243 device->GetWindowBordersSize = X11_GetWindowBordersSize; in X11_CreateDevice()
|
Completed in 12 milliseconds