Home
last modified time | relevance | path

Searched refs:GetDisplayBounds (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc66 device->GetDisplayBounds = BE_GetDisplayBounds; in BE_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h174 int (*GetDisplayBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
DSDL_video.c668 if (_this->GetDisplayBounds) { in SDL_GetDisplayBounds()
669 if (_this->GetDisplayBounds(_this, display, rect) == 0) { in SDL_GetDisplayBounds()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirvideo.c151 device->GetDisplayBounds = MIR_GetDisplayBounds; in MIR_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c126 device->GetDisplayBounds = WIN_GetDisplayBounds; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m75 device->GetDisplayBounds = Cocoa_GetDisplayBounds;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c224 device->GetDisplayBounds = X11_GetDisplayBounds; in X11_CreateDevice()