Searched refs:SDL_SRCCOLORKEY (Results 1 - 23 of 23) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fb3dfx.c140 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
182 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
H A DSDL_fbmatrox.c183 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
236 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
H A DSDL_fbriva.c172 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c60 if ( (flags&(SDL_SRCCOLORKEY|SDL_SRCALPHA)) != 0 ) {
63 if ( (flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
178 if ( flag & SDL_SRCCOLORKEY ) {
180 flag = (SDL_SRCCOLORKEY | SDL_RLEACCELOK);
182 flag = SDL_SRCCOLORKEY;
189 if ( (flag == (surface->flags & (SDL_SRCCOLORKEY|SDL_RLEACCELOK))) &&
204 surface->flags |= SDL_SRCCOLORKEY;
218 surface->flags &= ~(SDL_SRCCOLORKEY|SDL_RLEACCELOK);
841 if ( (surface_flags & SDL_SRCCOLORKEY)
[all...]
H A DSDL_blit.c255 if (hw_blit_ok && (surface->flags & SDL_SRCCOLORKEY)) {
268 if (hw_blit_ok && (surface->flags & SDL_SRCCOLORKEY)) {
296 blit_index |= (!!(surface->flags & SDL_SRCCOLORKEY)) << 0;
H A DSDL_RLEaccel.c1793 if((surface->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY) {
1902 if((surface->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY) {
H A DSDL_video.c941 flags |= (surface->flags & (SDL_SRCCOLORKEY|SDL_SRCALPHA));
944 flags |= surface->flags & (SDL_SRCCOLORKEY|SDL_SRCALPHA|SDL_RLEACCELOK);
1817 if ( icon->flags & SDL_SRCCOLORKEY ) flags |= 1;
H A DSDL_blit_A.c2729 if((surface->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY) {
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestvidinfo.c15 SDL_SRCCOLORKEY | SDL_SRCALPHA | SDL_RLEACCEL | \
32 if ( flags & SDL_SRCCOLORKEY ) {
33 printf(" | SDL_SRCCOLORKEY");
174 SDL_SetColorKey(bmpcc, SDL_SRCCOLORKEY | SDL_RLEACCEL, *(Uint8 *)bmpcc->pixels);
302 SDL_SetColorKey(bmpcc, SDL_SRCCOLORKEY | SDL_RLEACCEL, *(Uint8 *)bmpcc->pixels);
H A Dtestpalette.c181 SDL_SetColorKey(boat[0], SDL_SRCCOLORKEY | SDL_RLEACCEL,
185 SDL_SetColorKey(boat[1], SDL_SRCCOLORKEY | SDL_RLEACCEL,
H A Dthreadwin.c53 SDL_SetColorKey(icon, SDL_SRCCOLORKEY, *((Uint8 *)icon->pixels));
H A Dtestsprite.c44 SDL_SetColorKey(sprite, (SDL_SRCCOLORKEY|SDL_RLEACCEL),
H A Dtestwm.c95 SDL_SetColorKey(icon, SDL_SRCCOLORKEY, *((Uint8 *)icon->pixels));
H A Dtestalpha.c194 SDL_SetColorKey(sprite, SDL_SRCCOLORKEY,
H A Dtestblitspeed.c123 append_sdl_surface_flag(surface, f, sizeof (f), SDL_SRCCOLORKEY);
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
H A DSDL_ndsvideo.c93 if (src->flags & SDL_SRCCOLORKEY) return false;
96 if (dst->flags & SDL_SRCCOLORKEY) return false;
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c1026 if (surface->flags & SDL_SRCCOLORKEY) {
1041 surface->flags |= SDL_SRCCOLORKEY;
1130 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
1168 if ( (src->flags & SDL_SRCCOLORKEY) &&
1182 if ( src->flags & SDL_SRCCOLORKEY) {
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c630 if ((src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY)
861 if ((src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY)
909 if ((src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY)
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c891 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
920 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */ macro
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
608 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
687 * SDL_SRCCOLORKEY ignored.
690 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
701 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
708 * SDL_SRCCOLORKEY ignored.
711 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
721 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c1918 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY )
1942 (src->flags & SDL_SRCCOLORKEY) ? "colorkey " : "", src, dst,
1974 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1494 resize_icon = SDL_ConvertSurface (tmp, SDL_VideoSurface->format, SDL_SRCCOLORKEY);
1495 SDL_SetColorKey (resize_icon, SDL_SRCCOLORKEY, 0xFFFFFF);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c881 if (src->flags & SDL_SRCCOLORKEY)

Completed in 182 milliseconds