Searched refs:Bshift (Results 1 – 7 of 7) sorted by relevance
125 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \194 b = *((buf)+fmt->Bshift/8); \198 b = *((buf)+2-fmt->Bshift/8); \221 ((b>>fmt->Bloss)<<fmt->Bshift)| \283 *((buf)+fmt->Bshift/8) = b; \287 *((buf)+2-fmt->Bshift/8) = b; \307 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \314 b = (Pixel&fmt->Bmask)>>fmt->Bshift; \370 b = *((buf)+fmt->Bshift/8); \374 b = *((buf)+2-fmt->Bshift/8); \[all …]
559 format->Bshift = 0; in SDL_InitFormat()563 ++format->Bshift; in SDL_InitFormat()806 | (b >> format->Bloss) << format->Bshift | format->Amask; in SDL_MapRGB()820 | (b >> format->Bloss) << format->Bshift in SDL_MapRGBA()837 v = (pixel & format->Bmask) >> format->Bshift; in SDL_GetRGB()860 v = (pixel & format->Bmask) >> format->Bshift; in SDL_GetRGBA()
88 (srcG << src_fmt->Gshift) | (srcB << src_fmt->Bshift); in SDL_Blit_Slow()
384 ((b>>fmt->Bloss)<<fmt->Bshift)| \632 Uint8 Bshift; member1115 r->Bshift = df->Bshift; in RLEAlphaSurface()
258 Gshift) | (0xff << df->Bshift); in BlitRGBtoRGBSurfaceAlphaMMX()1300 && sf->Bshift % 8 == 0 in SDL_CalculateBlitA()1358 && sf->Bshift % 8 == 0 && SDL_HasMMX()) in SDL_CalculateBlitA()
83 ((b<<dstfmt->Bshift)&dstfmt->Bmask) | \137 Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift); in calc_swizzle32()
330 Uint8 Bshift; member