Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc85 device->SetWindowResizable = HAIKU_SetWindowResizable; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h231 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable); member
A DSDL_video.c2033 if ((want != have) && (_this->SetWindowResizable)) { in SDL_SetWindowResizable()
2039 _this->SetWindowResizable(_this, window, (SDL_bool) want); in SDL_SetWindowResizable()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c165 device->SetWindowResizable = WIN_SetWindowResizable; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c254 device->SetWindowResizable = X11_SetWindowResizable; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m101 device->SetWindowResizable = Cocoa_SetWindowResizable;

Completed in 15 milliseconds