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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 209 if (((flags & SDL_NOFRAME)==SDL_NOFRAME) || ((flags & SDL_FULLSCREEN)==SDL_FULLSCREEN))
461 current->flags &= ~SDL_NOFRAME;
  /external/qemu/distrib/sdl-1.2.15/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.15/test/
graywin.c 177 videoflags |= SDL_NOFRAME;
testwm.c 366 video_flags |= SDL_NOFRAME;
testalpha.c 383 videoflags |= SDL_NOFRAME;
testblitspeed.c 121 append_sdl_surface_flag(surface, f, sizeof (f), SDL_NOFRAME);
testgl.c 507 video_flags |= SDL_NOFRAME;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 829 if ( flags & SDL_NOFRAME ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysvideo.cc 533 if ( flags & SDL_NOFRAME ) {
534 current->flags |= SDL_NOFRAME;
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 537 if ( flags & SDL_NOFRAME ) {
539 current->flags |= SDL_NOFRAME;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m 821 current->flags |= (SDL_NOFRAME|SDL_RESIZABLE) & mode_flags;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 145 #define SDL_NOFRAME 0x00000020 /**< No window caption or edge frame */
373 * If SDL_NOFRAME is set in 'flags', the SDL library will create a window
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 558 if ( (SDL_VideoSurface->flags & SDL_NOFRAME) == SDL_NOFRAME ) {
559 SDL_ShadowSurface->flags |= SDL_NOFRAME;
754 /* If there is no window manager, set the SDL_NOFRAME flag */
756 mode->flags |= SDL_NOFRAME;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 145 #define SDL_NOFRAME 0x00000020 /**< No window caption or edge frame */
373 * If SDL_NOFRAME is set in 'flags', the SDL library will create a window
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 145 #define SDL_NOFRAME 0x00000020 /**< No window caption or edge frame */
373 * If SDL_NOFRAME is set in 'flags', the SDL library will create a window
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 145 #define SDL_NOFRAME 0x00000020 /**< No window caption or edge frame */
373 * If SDL_NOFRAME is set in 'flags', the SDL library will create a window
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 725 if (!(flags & SDL_NOFRAME)) {
733 modeflags |= SDL_NOFRAME;
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 825 if ( flags & SDL_NOFRAME ) {
828 video->flags |= SDL_NOFRAME;
    [all...]

Completed in 655 milliseconds