Searched refs:WIN_AdjustWindowRect (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowswindow.c | 139 WIN_AdjustWindowRect(SDL_Window *window, int *x, int *y, int *width, int *height, SDL_bool use_curr… in WIN_AdjustWindowRect() function 167 WIN_AdjustWindowRect(window, &x, &y, &w, &h, SDL_TRUE); in WIN_SetWindowPositionInternal() 232 WIN_AdjustWindowRect(window, &x, &y, &w, &h, SDL_FALSE); in SetupWindowData()
|
Completed in 4 milliseconds