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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 91 r = (((Pixel&fmt->Rmask)>>fmt->Rshift)<<fmt->Rloss); \
172 Pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \
179 Pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \
209 *((buf)+fmt->Rshift/8) = r; \
213 *((buf)+2-fmt->Rshift/8) = r; \
244 *((buf)+fmt->Rshift/8) = r; \
248 *((buf)+2-fmt->Rshift/8) = r; \
270 r = ((Pixel&fmt->Rmask)>>fmt->Rshift)<<fmt->Rloss; \
277 r = (Pixel&fmt->Rmask)>>fmt->Rshift; \
336 Pixel = ((r>>fmt->Rloss)<<fmt->Rshift)| \
    [all...]
SDL_pixels.c 57 format->Rshift = 0;
61 ++format->Rshift;
100 format->Rshift = ((bpp/3)+(bpp%3))+(bpp/3);
103 format->Rmask = ((0xFF>>format->Rloss)<<format->Rshift);
112 format->Rshift = 0;
188 r=(i&Rmask)>>format->Rshift;
345 return (r >> format->Rloss) << format->Rshift
360 return (r >> format->Rloss) << format->Rshift
383 v = (pixel & fmt->Rmask) >> fmt->Rshift;
408 v = (pixel & fmt->Rmask) >> fmt->Rshift;
    [all...]
SDL_RLEaccel.c 1003 Uint8 Rshift;
    [all...]
SDL_blit_A.c 300 alpha = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
526 chanmask = (0xff << df->Rshift) | (0xff << df->Gshift) | (0xff << df->Bshift);
756 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift);
    [all...]
SDL_blit_N.c 81 ( ((r<<dstfmt->Rshift)&dstfmt->Rmask) | \
133 Uint32 rmask = RESHIFT(srcfmt->Rshift) << (dstfmt->Rshift);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 253 current->format->Rshift = this->hidden->shm.red_shift;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 70 Uint8 Rshift;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 70 Uint8 Rshift;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 70 Uint8 Rshift;
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 77 Uint8 Rshift;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 70 Uint8 Rshift;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 910 (color & fmt->Rmask) >> (fmt->Rshift - fmt->Rloss),
928 (key & fmt->Rmask) >> (fmt->Rshift - fmt->Rloss),
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 136 milliseconds