HomeSort by relevance Sort by last modified time
    Searched refs:SDL_RESIZABLE (Results 1 - 19 of 19) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 192 if ((flags & SDL_RESIZABLE) == SDL_RESIZABLE)
211 if ((flags & SDL_RESIZABLE) != SDL_RESIZABLE)
462 current->flags &= ~SDL_RESIZABLE;
497 current->flags &= ~SDL_RESIZABLE; /* no resize for Direct Context */
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 385 current -> flags &= ~(SDL_RESIZABLE|SDL_NOFRAME);
386 current -> flags |= (flags & (SDL_RESIZABLE | SDL_NOFRAME)) ;
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 459 && ((pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE)==0)
554 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) &&
676 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) &&
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 645 if ( flags & SDL_RESIZABLE ) {
651 flags&=~SDL_RESIZABLE;
808 WA_Flags,WFLG_REPORTMOUSE|WFLG_ACTIVATE|WFLG_RMBTRAP | ((flags&SDL_NOFRAME) ? 0 : (WFLG_DEPTHGADGET|WFLG_CLOSEGADGET|WFLG_DRAGBAR | ((flags&SDL_RESIZABLE) ? WFLG_SIZEGADGET|WFLG_SIZEBBOTTOM : 0))),
1093 current->flags |= (flags&SDL_RESIZABLE); // Resizable only if the user asked it
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 569 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
677 else if ( ((mode_flags ^ flags) & (SDL_NOFRAME|SDL_RESIZABLE)) ||
710 current->flags |= SDL_RESIZABLE;
728 if ( flags & SDL_RESIZABLE ) {
730 current->flags |= SDL_RESIZABLE;
768 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 529 if ( (flags & SDL_RESIZABLE) && !(flags & SDL_OPENGL) ) {
530 current->flags |= SDL_RESIZABLE;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 541 if ( flags & SDL_RESIZABLE ) {
543 current->flags |= SDL_RESIZABLE;
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 615 /* We allow resizing with the SDL_RESIZABLE flag */
617 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) {
685 (SDL_PublicSurface->flags & SDL_RESIZABLE) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 780 if ( flags & SDL_RESIZABLE ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */
330 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */
330 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */
330 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 140 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */
334 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 128 #define SDL_RESIZABLE 0x00000010 /* This video mode may be resized */
330 * If SDL_RESIZABLE is set in 'flags', the SDL library will allow the
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 730 if (flags & SDL_RESIZABLE) {
732 modeflags |= SDL_RESIZABLE;
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 546 if ( (SDL_VideoSurface->flags & SDL_RESIZABLE) == SDL_RESIZABLE ) {
547 SDL_ShadowSurface->flags |= SDL_RESIZABLE;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 301 ! (SDL_PublicSurface->flags & SDL_RESIZABLE) ) {
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 695 if ( flags & SDL_RESIZABLE ) {
697 video->flags |= SDL_RESIZABLE;
    [all...]

Completed in 262 milliseconds