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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 532 SDL_ShadowSurface = SDL_CreateRGBSurface(SDL_SWSURFACE,
535 if ( SDL_ShadowSurface == NULL ) {
540 if ( SDL_ShadowSurface->format->palette ) {
541 SDL_ShadowSurface->flags |= SDL_HWPALETTE;
543 SDL_memcpy(SDL_ShadowSurface->format->palette->colors,
549 SDL_ShadowSurface->format->palette->colors, depth);
555 SDL_ShadowSurface->flags |= SDL_RESIZABLE;
559 SDL_ShadowSurface->flags |= SDL_NOFRAME;
563 SDL_ShadowSurface->flags |= SDL_FULLSCREEN;
567 SDL_ShadowSurface->flags |= SDL_DOUBLEBUF
    [all...]
SDL_sysvideo.h 436 #define SDL_ShadowSurface (current_video->shadow)
SDL_surface.c 908 ((surface == SDL_ShadowSurface)||(surface == SDL_VideoSurface)))) {
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 966 if ( SDL_ShadowSurface ) {
967 SDL_UpdateRect(SDL_ShadowSurface, 0, 0, 0, 0);

Completed in 303 milliseconds