Home
last modified time | relevance | path

Searched refs:SDL_RESIZABLE (Results 1 – 20 of 20) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c192 if ((flags & SDL_RESIZABLE) == SDL_RESIZABLE) in ph_SetupWindow()
211 if ((flags & SDL_RESIZABLE) != SDL_RESIZABLE) in ph_SetupWindow()
462 current->flags &= ~SDL_RESIZABLE; in ph_SetVideoMode()
497 current->flags &= ~SDL_RESIZABLE; /* no resize for Direct Context */ in ph_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c459 && ((pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE)==0) in WndProc()
554 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()
676 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()
1002 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()
1548 (_this->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in os2fslib_PumpEvents()
2165 (_this->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in os2fslib_UpdateRects()
2318 if (flags & SDL_RESIZABLE) in os2fslib_SetVideoMode()
2410 if (flags & SDL_RESIZABLE) in os2fslib_SetVideoMode()
2481 pResult->flags |= (flags & SDL_RESIZABLE); in os2fslib_SetVideoMode()
2499 ((flags & SDL_RESIZABLE)==0) || in os2fslib_SetVideoMode()
[all …]
/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/test/
Dtestoverlay2.c415 …if ( (screen=SDL_SetVideoMode(MOOSEPIC_W*scale, MOOSEPIC_H*scale, 0, SDL_RESIZABLE | SDL_SWSURFACE… in main()
521 … screen=SDL_SetVideoMode(event.resize.w, event.resize.h, 0, SDL_RESIZABLE | SDL_SWSURFACE); in main()
Dgraywin.c180 videoflags |= SDL_RESIZABLE; in main()
Dtestwm.c361 video_flags |= SDL_RESIZABLE; in main()
Dtestblitspeed.c120 append_sdl_surface_flag(surface, f, sizeof (f), SDL_RESIZABLE); in output_surface_details()
Dtestalpha.c380 videoflags |= SDL_RESIZABLE; in main()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c511 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in WinMessage()
608 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in WinMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c541 if ( flags & SDL_RESIZABLE ) { in ROM_SetVideoMode()
543 current->flags |= SDL_RESIZABLE; in ROM_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysvideo.cc537 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_OPENGL) ) { in BE_SetVideoMode()
538 current->flags |= SDL_RESIZABLE; in BE_SetVideoMode()
/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)) ||
1022 if ( flags & SDL_RESIZABLE ) {
1024 current->flags |= SDL_RESIZABLE;
1064 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
1481 if (SDL_VideoSurface->flags & SDL_RESIZABLE) {
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c801 if (!(flags & SDL_RESIZABLE)) { in X11_SetSizeHints()
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/src/video/windx5/
DSDL_dx5video.c1178 if ( flags & SDL_RESIZABLE ) {
1180 video->flags |= SDL_RESIZABLE;
1271 if ( flags & SDL_RESIZABLE ) {
1525 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_NOFRAME) ) {
1526 video->flags |= SDL_RESIZABLE;
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h144 #define SDL_RESIZABLE 0x00000010 /**< This video mode may be resized */ macro
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemvideo.c727 if (flags & SDL_RESIZABLE) { in GEM_SetVideoMode()
729 modeflags |= SDL_RESIZABLE; in GEM_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c554 if ( (SDL_VideoSurface->flags & SDL_RESIZABLE) == SDL_RESIZABLE ) { in SDL_CreateShadowSurface()
555 SDL_ShadowSurface->flags |= SDL_RESIZABLE; in SDL_CreateShadowSurface()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macevents.c301 ! (SDL_PublicSurface->flags & SDL_RESIZABLE) ) { in Mac_HandleEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
DSDL_dibvideo.c832 if ( flags & SDL_RESIZABLE ) {
834 video->flags |= SDL_RESIZABLE;
/external/qemu/distrib/sdl-1.2.15/
DWhatsNew256 Added resizable window support - just add SDL_RESIZABLE to the