Lines Matching +defs:x +defs:style +defs:display
72 DWORD style = 0; in GetWindowStyle() local
115 WIN_AdjustWindowRectWithStyle(SDL_Window *window, DWORD style, BOOL menu, int *x, int *y, int *widt… in WIN_AdjustWindowRectWithStyle()
137 WIN_AdjustWindowRect(SDL_Window *window, int *x, int *y, int *width, int *height, SDL_bool use_curr… in WIN_AdjustWindowRect()
141 DWORD style; in WIN_AdjustWindowRect() local
155 int x, y; in WIN_SetWindowPositionInternal() local
229 int x, y; in SetupWindowData() local
249 DWORD style = GetWindowLong(hwnd, GWL_STYLE); in SetupWindowData() local
305 DWORD style = STYLE_BASIC; in WIN_CreateWindow() local
306 int x, y; in WIN_CreateWindow() local
553 DWORD style; in WIN_ShowWindow() local
602 DWORD style; in WIN_SetWindowBordered() local
619 DWORD style; in WIN_SetWindowResizable() local
651 WIN_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display, SDL_bool fullscreen) in WIN_SetWindowFullscreen()
656 DWORD style; in WIN_SetWindowFullscreen() local
658 int x, y; in WIN_SetWindowFullscreen() local
712 SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); in WIN_SetWindowGammaRamp() local
731 SDL_VideoDisplay* display = SDL_GetDisplayForWindow(window); in WIN_GetWindowICCProfile() local
757 SDL_VideoDisplay *display = SDL_GetDisplayForWindow(window); in WIN_GetWindowGammaRamp() local
1087 const LONG style = GetWindowLong(hwnd, GWL_EXSTYLE); in WIN_SetWindowOpacity() local