HomeSort by relevance Sort by last modified time
    Searched refs:SDL_SRCCOLORKEY (Results 1 - 25 of 26) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 140 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
182 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
SDL_fbmatrox.c 183 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
236 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
SDL_fbriva.c 172 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 60 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) == SDL_SRCCOLORKEY )
    [all...]
SDL_blit.c 255 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;
SDL_RLEaccel.c     [all...]
SDL_video.c 941 flags |= (surface->flags & (SDL_SRCCOLORKEY|SDL_SRCALPHA));
944 flags |= surface->flags & (SDL_SRCCOLORKEY|SDL_SRCALPHA|SDL_RLEACCELOK);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testvidinfo.c 15 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);
testpalette.c 181 SDL_SetColorKey(boat[0], SDL_SRCCOLORKEY | SDL_RLEACCEL,
185 SDL_SetColorKey(boat[1], SDL_SRCCOLORKEY | SDL_RLEACCEL,
threadwin.c 53 SDL_SetColorKey(icon, SDL_SRCCOLORKEY, *((Uint8 *)icon->pixels));
testsprite.c 44 SDL_SetColorKey(sprite, (SDL_SRCCOLORKEY|SDL_RLEACCEL),
testwm.c 95 SDL_SetColorKey(icon, SDL_SRCCOLORKEY, *((Uint8 *)icon->pixels));
testalpha.c 194 SDL_SetColorKey(sprite, SDL_SRCCOLORKEY,
testblitspeed.c 123 append_sdl_surface_flag(surface, f, sizeof (f), SDL_SRCCOLORKEY);
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 93 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/
SDL_dspvideo.c 1026 if (surface->flags & SDL_SRCCOLORKEY) {
1041 surface->flags |= SDL_SRCCOLORKEY;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 630 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/
SDL_dgavideo.c 891 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
920 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
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
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
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
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
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
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 151 #define SDL_SRCCOLORKEY 0x00001000 /**< Blit uses a source color key */
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
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 881 if (src->flags & SDL_SRCCOLORKEY)

Completed in 111 milliseconds

1 2