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

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 142 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
184 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.12/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 924 flags |= (surface->flags & (SDL_SRCCOLORKEY|SDL_SRCALPHA));
927 flags |= surface->flags & (SDL_SRCCOLORKEY|SDL_SRCALPHA|SDL_RLEACCELOK);
    [all...]
SDL_blit_A.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxaccel.c 181 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
210 if(src->flags&SDL_SRCCOLORKEY && src->hwdata->mask)
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 1026 if (surface->flags & SDL_SRCCOLORKEY) {
1041 surface->flags |= SDL_SRCCOLORKEY;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/dga/
SDL_dgavideo.c 887 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
916 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */
488 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
561 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
640 * SDL_SRCCOLORKEY ignored.
643 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
654 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
661 * SDL_SRCCOLORKEY ignored.
664 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
674 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */
488 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
561 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
640 * SDL_SRCCOLORKEY ignored.
643 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
654 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
661 * SDL_SRCCOLORKEY ignored.
664 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
674 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */
488 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
561 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
640 * SDL_SRCCOLORKEY ignored.
643 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
654 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
661 * SDL_SRCCOLORKEY ignored.
664 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
674 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 144 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */
490 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
563 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
642 * SDL_SRCCOLORKEY ignored.
645 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
656 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
663 * SDL_SRCCOLORKEY ignored.
666 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
676 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */
488 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
561 * If 'flag' is SDL_SRCCOLORKEY (optionally OR'd with SDL_RLEACCEL),
640 * SDL_SRCCOLORKEY ignored.
643 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
654 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
661 * SDL_SRCCOLORKEY ignored.
664 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
674 * if SDL_SRCCOLORKEY set, only copy the pixels matching the
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 881 if (src->flags & SDL_SRCCOLORKEY)

Completed in 1142 milliseconds