Home
last modified time | relevance | path

Searched refs:GetDisplayUsableBounds (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h184 int (*GetDisplayUsableBounds) (_THIS, SDL_VideoDisplay * display, SDL_Rect * rect); member
DSDL_video.c695 if (_this->GetDisplayUsableBounds) { in SDL_GetDisplayUsableBounds()
696 if (_this->GetDisplayUsableBounds(_this, display, rect) == 0) { in SDL_GetDisplayUsableBounds()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitvideo.m102 device->GetDisplayUsableBounds = UIKit_GetDisplayUsableBounds;
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c127 device->GetDisplayUsableBounds = WIN_GetDisplayUsableBounds; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoavideo.m76 device->GetDisplayUsableBounds = Cocoa_GetDisplayUsableBounds;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c225 device->GetDisplayUsableBounds = X11_GetDisplayUsableBounds; in X11_CreateDevice()