Searched defs:SDL_SRCCOLORKEY (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */ macro
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
608 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
687 * SDL_SRCCOLORKEY ignored.
690 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
701 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
708 * SDL_SRCCOLORKEY ignored.
711 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
721 * if SDL_SRCCOLORKEY set, only copy the pixels matching the

Completed in 110 milliseconds