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

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 162 SDL_SetAlpha
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value)
857 SDL_SetAlpha(surface, 0, 0);
886 SDL_SetAlpha(convert, aflags|(flags&SDL_RLEACCELOK),
892 SDL_SetAlpha(surface, aflags, alpha);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWM.m 445 SDL_SetAlpha(icon, 0, 255);
447 if (iconSrcAlpha) SDL_SetAlpha(icon, SDL_SRCALPHA, iconAlphaValue);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 586 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 586 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 586 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 588 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 586 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
    [all...]
  /external/qemu/android/skin/
image.c 697 SDL_SetAlpha( clone->surface, SDL_SRCALPHA, 255 );

Completed in 63 milliseconds