Searched refs:colorkey (Results 1 - 18 of 18) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbmatrox.c51 /* Sets video mem colorkey and accelerated blit function */
184 Uint32 colorkey; local
190 colorkey = src->format->colorkey;
193 colorkey |= (colorkey<<8);
195 colorkey |= (colorkey<<16);
199 mga_out32(MGAREG_FCOL, colorkey);
261 /* The Matrox has accelerated normal and colorkey blit
[all...]
H A DSDL_fb3dfx.c46 /* Sets video mem colorkey and accelerated blit function */
142 tdfx_out32(SRCCOLORKEYMIN, src->format->colorkey);
143 tdfx_out32(SRCCOLORKEYMAX, src->format->colorkey);
211 /* The 3Dfx has accelerated normal and colorkey blits */
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image_c.h35 Uint32 colorkey; member in struct:private_hwdata
H A DSDL_ph_image.c863 ph_SetHWColorKey(this, src, src->format->colorkey);
935 surface->hwdata->colorkey=ph_ExpandColor(this, surface, key);
936 if (surface->hwdata->colorkey==0xFFFFFFFFUL)
941 PgSetChroma(surface->hwdata->colorkey, Pg_CHROMA_SRC_MATCH | Pg_CHROMA_NODRAW);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_0.c198 Uint32 ckey = info->src->colorkey;
250 Uint32 ckey = info->src->colorkey;
284 Uint32 ckey = info->src->colorkey;
317 Uint32 ckey = info->src->colorkey;
402 Uint32 ckey = srcfmt->colorkey;
460 case 1: /* colorkey */
466 case 4: /* alpha + colorkey */
H A DSDL_blit_1.c285 Uint32 ckey = info->src->colorkey;
327 Uint32 ckey = info->src->colorkey;
356 Uint32 ckey = info->src->colorkey;
386 Uint32 ckey = info->src->colorkey;
455 Uint32 ckey = srcfmt->colorkey;
509 case 1: /* colorkey */
518 case 3: /* alpha + colorkey */
H A DSDL_surface.c190 (key == surface->format->colorkey) ) {
194 /* UnRLE surfaces before we change the colorkey */
205 surface->format->colorkey = key;
219 surface->format->colorkey = 0;
795 Uint32 colorkey = 0; local
847 colorkey = surface->format->colorkey;
877 SDL_GetRGB(colorkey,surface->format,&keyR,&keyG,&keyB);
881 SDL_SetColorKey(surface, cflags, colorkey);
H A DSDL_video.c1747 Uint32 colorkey; local
1751 colorkey = icon->format->colorkey;
1757 if ( *pixels++ == colorkey ) {
1770 if ( (flags & 1) && *pixels == colorkey ) {
1786 if ( (flags & 1) && *pixels == colorkey ) {
H A DSDL_blit_N.c556 Uint32 ckey = info->src->colorkey;
2107 Uint32 ckey = srcfmt->colorkey;
2166 Uint32 ckey = info->src->colorkey;
2197 Uint32 ckey = info->src->colorkey;
2238 Uint32 ckey = info->src->colorkey;
2389 /* alpha or alpha+colorkey */
2399 /* colorkey blit: Here we don't have too many options, mostly
H A DSDL_RLEaccel.c25 * RLE encoding for software colorkey and alpha-channel acceleration
121 * Various colorkey blit methods, for opaque and per-surface alpha
1686 ckey = surface->format->colorkey & rgbmask;
1915 SDL_FillRect(surface, NULL, surface->format->colorkey);
H A DSDL_blit_A.c184 Uint32 ckey = srcfmt->colorkey;
951 Uint32 ckey = info->src->colorkey;
2639 Uint32 ckey = srcfmt->colorkey;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h88 Uint32 colorkey; member in struct:SDL_PixelFormat
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 an
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c59 print_tf_state(" accelerated hardware->hardware colorkey blits", info->blit_hw_CC);
62 print_tf_state(" accelerated software->hardware colorkey blits", info->blit_sw_CC);
87 printf(" colorkey : 0x%X\n", (unsigned int) surface->format->colorkey);
258 /* !!! FIXME: set colorkey. */
H A Dtestoverlay2.c462 format.colorkey=0;
H A Dtestoverlay.c517 format.colorkey=0;
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c1942 (src->flags & SDL_SRCCOLORKEY) ? "colorkey " : "", src, dst,
1975 if ( DX5_SetHWColorKey(this, src, src->format->colorkey) < 0 ) {
2033 DDCOLORKEY colorkey; local
2036 /* Set the surface colorkey */
2037 colorkey.dwColorSpaceLowValue = key;
2038 colorkey.dwColorSpaceHighValue = key;
2040 surface->hwdata->dd_surface, DDCKEY_SRCBLT, &colorkey);
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c893 srcx, srcy, w, h, dstx, dsty, src->format->colorkey);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c884 DirectFB_SetHWColorKey (NULL, src, src->format->colorkey);

Completed in 321 milliseconds