Home
last modified time | relevance | path

Searched defs:SDL_SetAlpha (Results 1 – 19 of 19) sorted by relevance

/dports/games/battletanks/btanks-0.9.8083/sdlx/wrappers/
H A Dd3dsdl.h78 #define SDL_SetAlpha d3dSDL_SetAlpha macro
H A DglSDL.h348 #define SDL_SetAlpha glSDL_SetAlpha macro
H A DglSDL-0.8.h348 #define SDL_SetAlpha glSDL_SetAlpha macro
H A DglSDL-0.7.h262 #define SDL_SetAlpha glSDL_SetAlpha macro
H A DglSDL-0.6.h293 #define SDL_SetAlpha glSDL_SetAlpha macro
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A DglSDL.h199 #define SDL_SetAlpha glSDL_SetAlpha macro
/dports/games/flobopuyo/flobopuyo-0.20/
H A DglSDL.h294 #define SDL_SetAlpha glSDL_SetAlpha macro
/dports/games/bumprace/karlb-bumprace-e73baa9e7465/src/
H A Dbumprace.h10 #define SDL_SetAlpha(A,B,C) SDL_SetAlpha(A,0,0);SDL_SetAlpha(A,B,C) macro
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/
H A Dsdl.cpp738 int SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha) { in SDL_SetAlpha() function
/dports/devel/sdl12/SDL-1.2.15/src/video/
H A DSDL_surface.c225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value) in SDL_SetAlpha() function
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/
H A DSDL_surface.c225 int SDL_SetAlpha (SDL_Surface *surface, Uint32 flag, Uint8 value) in SDL_SetAlpha() function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DSDLh.pas1070 function SDL_SetAlpha(surface: PSDL_Surface; flag, key: LongWord): LongInt; cdecl; external SDLLib… in SDL_SetAlpha() function
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DSDLh.pas1070 function SDL_SetAlpha(surface: PSDL_Surface; flag, key: LongWord): LongInt; cdecl; external SDLLib… in SDL_SetAlpha() function
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_video_h.ads348 function SDL_SetAlpha subprogspec
/dports/devel/fpc-sdl/fpc-3.2.2/packages/sdl/src/
H A Dsdl.pas3316 function SDL_SetAlpha(surface: PSDL_Surface; flag: UInt32; alpha: UInt8): Integer; in SDL_SetAlpha() function
/dports/lang/fpc-source/fpc-3.2.2/packages/sdl/src/
H A Dsdl.pas3316 function SDL_SetAlpha(surface: PSDL_Surface; flag: UInt32; alpha: UInt8): Integer; in SDL_SetAlpha() function
/dports/games/blobwars/blobwars-2.00/src/
H A DCGraphics.cpp24 void SDL_SetAlpha(SDL_Surface *surface, uint8_t value) { in SDL_SetAlpha() function
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/surfacesdl/
H A Dsurfacesdl-graphics.cpp2632 int SurfaceSdlGraphicsManager::SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha) { function in SurfaceSdlGraphicsManager
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/
H A DSDL12_compat.c5499 SDL_SetAlpha(SDL12_Surface *surface12, Uint32 flags12, Uint8 value) in SDL_SetAlpha() function