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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 82 format->Aloss = 8;
87 --format->Aloss;
111 format->Aloss = 8;
178 Aw=8-format->Aloss;
179 for(i=format->Aloss;i>0;i-=Aw)
202 a=(a<<format->Aloss)|((a*Am)>>Aw);
363 | ((a >> format->Aloss) << format->Ashift & format->Amask);
391 *a = (v << fmt->Aloss) + (v >> (8 - (fmt->Aloss << 1)));
SDL_blit.h 273 a = ((Pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \
339 ((a>>fmt->Aloss)<<fmt->Ashift) | (1<<15); \
347 ((a>>fmt->Aloss)<<fmt->Ashift); \
SDL_blit_A.c     [all...]
SDL_blit_N.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 260 current->format->Aloss = 8 - this->hidden->shm.alpha_length;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 77 Uint8 Aloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 104 (int) surface->format->Aloss);
testoverlay2.c 461 format.Aloss=8;
testoverlay.c 516 format.Aloss=8;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 77 Uint8 Aloss;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 77 Uint8 Aloss;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 77 Uint8 Aloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 500 milliseconds