Home
last modified time | relevance | path

Searched refs:resizable (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bwindow.cc152 void HAIKU_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) { in HAIKU_SetWindowResizable() argument
154 msg.AddBool("window-resizable", resizable != SDL_FALSE); in HAIKU_SetWindowResizable()
A DSDL_bwindow.h42 extern void HAIKU_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.h41 extern void Android_JNI_SetOrientation(int w, int h, int resizable, const char *hint);
A DSDL_android.c1420 void Android_JNI_SetOrientation(int w, int h, int resizable, const char *hint) in Android_JNI_SetOrientation() argument
1425 …(*env)->CallStaticVoidMethod(env, mActivityClass, midSetOrientation, w, h, (resizable? 1 : 0), jhi… in Android_JNI_SetOrientation()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.h74 extern void WIN_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
A DSDL_windowswindow.c623 WIN_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) in WIN_SetWindowResizable() argument
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.h99 extern void X11_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
A DSDL_x11window.c1074 X11_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable) in X11_SetWindowResizable() argument
1084 if (resizable) { in X11_SetWindowResizable()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.h144 extern void Cocoa_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable);
A DSDL_cocoametalview.m43 * resizable window exits a fullscreen Space via the user pressing the OS
A DSDL_cocoawindow.m82 * window is resizable and not in a SDL fullscreen mode.
739 /* Unset the resizable flag.
766 /* As of macOS 10.11, the window seems to need to be resizable when exiting
824 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
1416 /* isZoomed always returns true if the window is not resizable */
1498 …/* resizable windows are Spaces-friendly: they get the "go fullscreen" toggle button on their titl…
1796 Cocoa_SetWindowResizable(_THIS, SDL_Window * window, SDL_bool resizable)
1800 * The window will get permanently stuck if resizable is false.
/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h782 SDL_bool resizable);
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h231 void (*SetWindowResizable) (_THIS, SDL_Window * window, SDL_bool resizable);
A DSDL_video.c2027 SDL_SetWindowResizable(SDL_Window * window, SDL_bool resizable) in SDL_SetWindowResizable() argument
2031 const int want = (resizable != SDL_FALSE); /* normalize the flag. */ in SDL_SetWindowResizable()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m111 window->flags &= ~SDL_WINDOW_RESIZABLE; /* window is NEVER resizable */
/AliOS-Things-master/documentation/doxygen/style/
A Ddoxygen-custom.css1800 .ui-resizable-e {
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js53 ….originalSize,originalPosition:this.originalPosition}}}));c.extend(c.ui.resizable,{version:"1.7.2"…

Completed in 40 milliseconds