Home | History | Annotate | Download | only in SDL

Lines Matching refs:colorkey

87 	Uint32 colorkey;
163 Uint32 blit_hw_CC :1; /* Flag: Accelerated blits with Colorkey */
166 Uint32 blit_sw_CC :1; /* Flag: Accelerated blits with Colorkey */
490 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
491 * If the hardware supports acceleration of colorkey blits between
579 * that per-surface alpha can be combined with colorkey transparency.
618 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
636 * The blit semantics for surfaces with and without alpha and colorkey
727 * If you want to take advantage of hardware colorkey or alpha blit
728 * acceleration, you should set the colorkey and alpha value before
741 * If you want to take advantage of hardware colorkey or alpha blit
742 * acceleration, you should set the colorkey and alpha value before