Home
last modified time | relevance | path

Searched refs:SDL_NOFRAME (Results 1 – 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c209 if (((flags & SDL_NOFRAME)==SDL_NOFRAME) || ((flags & SDL_FULLSCREEN)==SDL_FULLSCREEN)) in ph_SetupWindow()
461 current->flags &= ~SDL_NOFRAME; in ph_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.c385 current -> flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in NX_SetVideoMode()
386 current -> flags |= (flags & (SDL_RESIZABLE | SDL_NOFRAME)) ; in NX_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c829 if ( flags & SDL_NOFRAME ) { in X11_SetSizeHints()
1184 && ((saved_flags&SDL_NOFRAME) == (flags&SDL_NOFRAME)) ) { in X11_SetVideoMode()
1239 current->flags &= ~(SDL_RESIZABLE|SDL_NOFRAME); in X11_SetVideoMode()
1240 current->flags |= (flags&(SDL_RESIZABLE|SDL_NOFRAME)); in X11_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/test/
Dgraywin.c177 videoflags |= SDL_NOFRAME; in main()
Dtestwm.c366 video_flags |= SDL_NOFRAME; in main()
Dtestblitspeed.c121 append_sdl_surface_flag(surface, f, sizeof (f), SDL_NOFRAME); in output_surface_details()
Dtestalpha.c383 videoflags |= SDL_NOFRAME; in main()
Dtestgl.c507 video_flags |= SDL_NOFRAME; in RunGLTest()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c537 if ( flags & SDL_NOFRAME ) { in ROM_SetVideoMode()
539 current->flags |= SDL_NOFRAME; in ROM_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc533 if ( flags & SDL_NOFRAME ) { in BE_SetVideoMode()
534 current->flags |= SDL_NOFRAME; in BE_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5video.c1171 if ( flags & SDL_NOFRAME ) {
1174 video->flags |= SDL_NOFRAME;
1265 if ( flags & SDL_NOFRAME ) {
1525 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_NOFRAME) ) {
1528 if ( flags & SDL_NOFRAME ) {
1529 video->flags |= SDL_NOFRAME;
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c558 if ( (SDL_VideoSurface->flags & SDL_NOFRAME) == SDL_NOFRAME ) { in SDL_CreateShadowSurface()
559 SDL_ShadowSurface->flags |= SDL_NOFRAME; in SDL_CreateShadowSurface()
756 mode->flags |= SDL_NOFRAME; in SDL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h145 #define SDL_NOFRAME 0x00000020 /**< No window caption or edge frame */ macro
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m821 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
995 else if ( ((mode_flags ^ flags) & (SDL_NOFRAME|SDL_RESIZABLE)) ||
1016 if ( flags & SDL_NOFRAME ) {
1018 current->flags |= SDL_NOFRAME;
1064 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c725 if (!(flags & SDL_NOFRAME)) { in GEM_SetVideoMode()
733 modeflags |= SDL_NOFRAME; in GEM_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/
DREADME.RISCOS102 SDL_RESIZEABLE and SDL_NOFRAME flags are not supported.
DWhatsNew76 You can pass SDL_NOFRAME to SDL_VideoMode() to create a window
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c825 if ( flags & SDL_NOFRAME ) {
828 video->flags |= SDL_NOFRAME;