Searched refs:SetWindowBordered (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bvideo.cc | 83 device->SetWindowBordered = BE_SetWindowBordered; in BE_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.c | 329 SetWindowBordered(Display *display, int screen, Window window, SDL_bool border) in SetWindowBordered() function 509 SetWindowBordered(display, screen, w, in X11_CreateWindow() 961 SetWindowBordered(display, displaydata->screen, data->xwindow, bordered); in X11_SetWindowBordered() 1306 SetWindowBordered(display, displaydata->screen, data->xwindow, SDL_FALSE); in X11_BeginWindowFullscreenLegacy() 1359 SetWindowBordered(display, screen, data->xwindow, in X11_EndWindowFullscreenLegacy()
|
D | SDL_x11video.c | 249 device->SetWindowBordered = X11_SetWindowBordered; in X11_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_sysvideo.h | 221 void (*SetWindowBordered) (_THIS, SDL_Window * window, SDL_bool bordered); member
|
D | SDL_video.c | 1827 if ((want != have) && (_this->SetWindowBordered)) { in SDL_SetWindowBordered() 1833 _this->SetWindowBordered(_this, window, (SDL_bool) want); in SDL_SetWindowBordered()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitvideo.m | 98 device->SetWindowBordered = UIKit_SetWindowBordered;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirvideo.c | 188 device->SetWindowBordered = NULL; in MIR_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoavideo.m | 98 device->SetWindowBordered = Cocoa_SetWindowBordered;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 147 device->SetWindowBordered = WIN_SetWindowBordered; in WIN_CreateDevice()
|