Home | History | Annotate | Download | only in SDL

Lines Matching refs:colorkey

80 	Uint32 colorkey;
155 Uint32 blit_hw_CC :1; /* Flag: Accelerated blits with Colorkey */
158 Uint32 blit_sw_CC :1; /* Flag: Accelerated blits with Colorkey */
488 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
489 * If the hardware supports acceleration of colorkey blits between
577 * that per-surface alpha can be combined with colorkey transparency.
616 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
634 * The blit semantics for surfaces with and without alpha and colorkey
725 * If you want to take advantage of hardware colorkey or alpha blit
726 * acceleration, you should set the colorkey and alpha value before
739 * If you want to take advantage of hardware colorkey or alpha blit
740 * acceleration, you should set the colorkey and alpha value before