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

/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */ macro
488 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
561 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
640 * SDL_SRCCOLORKEY ignored.
643 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
654 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
661 * SDL_SRCCOLORKEY ignored.
664 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
674 * if SDL_SRCCOLORKEY set, only copy the pixels matching the

Completed in 12 milliseconds