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

  /external/qemu/distrib/sdl-1.2.12/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.12/src/video/picogui/
SDL_pgvideo.c 260 current->format->Aloss = 8 - this->hidden->shm.alpha_length;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 69 Uint8 Aloss;
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 69 Uint8 Aloss;
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 69 Uint8 Aloss;
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 76 Uint8 Aloss;
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 69 Uint8 Aloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 27 milliseconds