Home
last modified time | relevance | path

Searched refs:expected_resize (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c111 data->expected_resize = SDL_TRUE; in WIN_SetWindowPositionInternal()
113 data->expected_resize = SDL_FALSE; in WIN_SetWindowPositionInternal()
490 data->expected_resize = SDL_TRUE; in WIN_MaximizeWindow()
492 data->expected_resize = SDL_FALSE; in WIN_MaximizeWindow()
544 data->expected_resize = SDL_TRUE; in WIN_RestoreWindow()
546 data->expected_resize = SDL_FALSE; in WIN_RestoreWindow()
610 data->expected_resize = SDL_TRUE; in WIN_SetWindowFullscreen()
612 data->expected_resize = SDL_FALSE; in WIN_SetWindowFullscreen()
DSDL_windowswindow.h41 SDL_bool expected_resize; member
DSDL_windowsevents.c694 if (data->expected_resize) { in WIN_WindowProc()
762 if (data->expected_resize) { in WIN_WindowProc()