Searched refs:SetWindowBordered (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/haiku/ |
A D | SDL_bvideo.cc | 84 device->SetWindowBordered = HAIKU_SetWindowBordered; in HAIKU_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11window.c | 340 SetWindowBordered(Display *display, int screen, Window window, SDL_bool border) in SetWindowBordered() function 540 SetWindowBordered(display, screen, w, in X11_CreateWindow() 1052 SetWindowBordered(display, displaydata->screen, data->xwindow, bordered); in X11_SetWindowBordered() 1399 SetWindowBordered(display, displaydata->screen, data->xwindow, SDL_FALSE); in X11_BeginWindowFullscreenLegacy() 1452 SetWindowBordered(display, screen, data->xwindow, in X11_EndWindowFullscreenLegacy()
|
A D | SDL_x11video.c | 253 device->SetWindowBordered = X11_SetWindowBordered; in X11_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_sysvideo.h | 230 void (*SetWindowBordered) (_THIS, SDL_Window * window, SDL_bool bordered); member
|
A D | SDL_video.c | 2015 if ((want != have) && (_this->SetWindowBordered)) { in SDL_SetWindowBordered() 2021 _this->SetWindowBordered(_this, window, (SDL_bool) want); in SDL_SetWindowBordered()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsvideo.c | 164 device->SetWindowBordered = WIN_SetWindowBordered; in WIN_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoavideo.m | 100 device->SetWindowBordered = Cocoa_SetWindowBordered;
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvideo.c | 189 device->SetWindowBordered = Wayland_SetWindowBordered; in Wayland_CreateDevice()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitvideo.m | 100 device->SetWindowBordered = UIKit_SetWindowBordered;
|
Completed in 19 milliseconds