Searched refs:Bshift (Results 1 - 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit.h93 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...]
H A DSDL_pixels.c73 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...]
H A DSDL_RLEaccel.c1006 Uint8 Bshift; member in struct:__anon29430
1482 r->Bshift = df->Bshift;
H A DSDL_blit_A.c301 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);
2778 && sf->Bshift % 8 == 0
2839 && sf->Bshift % 8 == 0
H A DSDL_blit_N.c83 ((b<<dstfmt->Bshift)&dstfmt->Bmask) | \
135 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
/external/qemu/android/skin/
H A Dscaler.c158 dst_surface->format->Bshift != 0)
162 uint32_t bshift = dst_surface->format->Bshift;
H A Dwindow.c400 uint32_t bshift = surface->format->Bshift;
494 uint32_t bshift = surface->format->Bshift;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay2.c447 format.Bshift=16;
451 format.Bshift=8;
456 format.Bmask=0xff<<format.Bshift;
H A Dtestoverlay.c502 format.Bshift=16;
506 format.Bshift=8;
511 format.Bmask=0xff<<format.Bshift;
H A Dtestblitspeed.c99 (int) surface->format->Bshift,
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h80 Uint8 Bshift; member in struct:SDL_PixelFormat
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c255 current->format->Bshift = this->hidden->shm.blue_shift;
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c912 (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/
H A DSDL_os2fslib.c2467 pResult->format->Bshift = pModeInfoFound->PixelFormat.ucBluePosition;
2742 vformat->Bshift = pDesktopMode->PixelFormat.ucBluePosition;

Completed in 1474 milliseconds