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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 81 format->Ashift = 0;
85 ++format->Ashift;
115 format->Ashift = 0;
201 a=(i&Amask)>>format->Ashift;
363 | ((a >> format->Aloss) << format->Ashift & format->Amask);
390 v = (pixel & fmt->Amask) >> fmt->Ashift;
SDL_blit.h 273 a = ((Pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \
280 a = (Pixel&fmt->Amask)>>fmt->Ashift; \
339 ((a>>fmt->Aloss)<<fmt->Ashift) | (1<<15); \
347 ((a>>fmt->Aloss)<<fmt->Ashift); \
SDL_RLEaccel.c 1006 Uint8 Ashift;
    [all...]
SDL_blit_A.c 390 : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
606 Uint32 ashift = sf->Ashift; local
612 multmask = ~(0xFFFFi64 << (ashift * 2));
631 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */
762 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
1706 Uint32 ashift = sf->Ashift; local
    [all...]
SDL_blit_N.c 84 ((a<<dstfmt->Ashift)&dstfmt->Amask) )
139 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 256 current->format->Ashift = this->hidden->shm.alpha_shift;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 73 Uint8 Ashift;
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 Ashift;
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 73 Uint8 Ashift;
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 80 Uint8 Ashift;
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 73 Uint8 Ashift;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 276 milliseconds