Searched refs:WIN_SetWindowPositionInternal (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowswindow.c | 82 WIN_SetWindowPositionInternal(_THIS, SDL_Window * window, UINT flags) in WIN_SetWindowPositionInternal() function 455 WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_NOSIZE | SWP_NOACTIVATE); in WIN_SetWindowPosition() 461 WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_NOMOVE | SWP_NOACTIVATE); in WIN_SetWindowSize() 519 …WIN_SetWindowPositionInternal(_this, window, SWP_NOCOPYBITS | SWP_FRAMECHANGED | SWP_NOZORDER | SW… in WIN_SetWindowBordered() 664 WIN_SetWindowPositionInternal(_this, window, flags); in WIN_SetWindowGrab()
|