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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit.h 93 b = (((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss); \
174 ((b>>fmt->Bloss)<<fmt->Bshift) | (1<<15); \
181 ((b>>fmt->Bloss)<<fmt->Bshift); \
211 *((buf)+fmt->Bshift/8) = b; \
215 *((buf)+2-fmt->Bshift/8) = b; \
246 *((buf)+fmt->Bshift/8) = b; \
250 *((buf)+2-fmt->Bshift/8) = b; \
272 b = ((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \
279 b = (Pixel&fmt->Bmask)>>fmt->Bshift; \
338 ((b>>fmt->Bloss)<<fmt->Bshift)| \
    [all...]
SDL_pixels.c 73 format->Bshift = 0;
77 ++format->Bshift;
102 format->Bshift = 0;
105 format->Bmask = ((0xFF>>format->Bloss)<<format->Bshift);
114 format->Bshift = 0;
196 b=(i&Bmask)>>format->Bshift;
347 | (b >> format->Bloss) << format->Bshift
362 | (b >> format->Bloss) << format->Bshift
387 v = (pixel & fmt->Bmask) >> fmt->Bshift;
413 v = (pixel & fmt->Bmask) >> fmt->Bshift;
    [all...]
SDL_RLEaccel.c 1006 Uint8 Bshift;
    [all...]
SDL_blit_A.c 301 alpha = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
527 chanmask = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
759 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
    [all...]
SDL_blit_N.c 83 ((b<<dstfmt->Bshift)&dstfmt->Bmask) | \
135 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
    [all...]
  /external/qemu/android/skin/
scaler.c 158 dst_surface->format->Bshift != 0)
162 uint32_t bshift = dst_surface->format->Bshift; local
175 line[x] = (r << rshift) | (g << gshift) | (b << bshift) |
window.c 152 uint32_t rshift, uint32_t gshift, uint32_t bshift, uint32_t amask)
157 return (r8 << rshift) | (g8 << gshift) | (b8 << bshift) | amask;
164 uint32_t rshift, uint32_t gshift, uint32_t bshift, uint32_t amask)
169 return (r8 << rshift) | (g8 << gshift) | (b8 << bshift) | amask;
400 uint32_t bshift = surface->format->Bshift; local
415 dst[xx] = rgb565_to_rgba32(src[xx], rshift, gshift, bshift, amask);
432 dst[0] = rgb565_to_rgba32(((uint16_t*)src)[0], rshift, gshift, bshift, amask);
450 dst[0] = rgb565_to_rgba32(src[0], rshift, gshift, bshift, amask);
468 dst[0] = rgb565_to_rgba32(((uint16_t*)src)[0], rshift, gshift, bshift, amask)
494 uint32_t bshift = surface->format->Bshift; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 447 format.Bshift=16;
451 format.Bshift=8;
456 format.Bmask=0xff<<format.Bshift;
testoverlay.c 502 format.Bshift=16;
506 format.Bshift=8;
511 format.Bmask=0xff<<format.Bshift;
testblitspeed.c 99 (int) surface->format->Bshift,
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 255 current->format->Bshift = this->hidden->shm.blue_shift;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 80 Uint8 Bshift;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 80 Uint8 Bshift;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 80 Uint8 Bshift;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 80 Uint8 Bshift;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 912 (color & fmt->Bmask) << (fmt->Bloss - fmt->Bshift), 0xFF);
930 (key & fmt->Bmask) << (fmt->Bloss - fmt->Bshift));
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 658 milliseconds