Home
last modified time | relevance | path

Searched refs:WIN_GetDisplayBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmodes.h42 extern int WIN_GetDisplayBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect);
DSDL_windowsvideo.c126 device->GetDisplayBounds = WIN_GetDisplayBounds; in WIN_CreateDevice()
DSDL_windowsmodes.c318 WIN_GetDisplayBounds(_THIS, SDL_VideoDisplay * display, SDL_Rect * rect) in WIN_GetDisplayBounds() function
DSDL_windowswindow.c572 WIN_GetDisplayBounds(_this, display, &bounds); in WIN_SetWindowFullscreen()