HomeSort by relevance Sort by last modified time
    Searched defs:colorkey (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image_c.h 35 Uint32 colorkey; member in struct:private_hwdata
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbmatrox.c 51 /* 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 blits. *
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 190 (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);
SDL_video.c 1715 Uint32 colorkey; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 80 Uint32 colorkey; member in struct:SDL_PixelFormat
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 befor
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 2016 DDCOLORKEY colorkey; local
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 80 Uint32 colorkey; member in struct:SDL_PixelFormat
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 befor
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 80 Uint32 colorkey; member in struct:SDL_PixelFormat
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 befor
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 87 Uint32 colorkey; member in struct:SDL_PixelFormat
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 befor
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 80 Uint32 colorkey; member in struct:SDL_PixelFormat
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 befor
    [all...]

Completed in 240 milliseconds