Home | History | Annotate | Download | only in include

Lines Matching refs:colorkey

88 	Uint32 colorkey;
177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */
180 Uint32 blit_sw_CC :1; /**< Flag: Accelerated blits with Colorkey */
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
536 * If the hardware supports acceleration of colorkey blits between
624 * that per-surface alpha can be combined with colorkey transparency.
663 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
681 * The blit semantics for surfaces with and without alpha and colorkey
775 * If you want to take advantage of hardware colorkey or alpha blit
776 * acceleration, you should set the colorkey and alpha value before
789 * If you want to take advantage of hardware colorkey or alpha blit
790 * acceleration, you should set the colorkey and alpha value before