Searched refs:WIN_GetWindowBordersSize (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.h | 65 extern int WIN_GetWindowBordersSize(_THIS, SDL_Window * window, int *top, int *left, int *bottom, i…
|
A D | SDL_windowsvideo.c | 156 device->GetWindowBordersSize = WIN_GetWindowBordersSize; in WIN_CreateDevice()
|
A D | SDL_windowswindow.c | 516 WIN_GetWindowBordersSize(_THIS, SDL_Window * window, int *top, int *left, int *bottom, int *right) in WIN_GetWindowBordersSize() function
|
Completed in 5 milliseconds