Searched refs:Ashift (Results 1 – 8 of 8) sorted by relevance
100 a = ((pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \121 ((a<<fmt->Aloss)<<fmt->Ashift); \
290 Uint32 Rshift, Gshift, Bshift, Ashift; in _putPixelAlpha() local421 Ashift = format->Ashift; in _putPixelAlpha()433 dA = (dc & Amask) >> Ashift; in _putPixelAlpha()438 A = ((dA + ((((color & Amask) >> Ashift) - dA) * alpha >> 8)) << Ashift) & Amask; in _putPixelAlpha()473 Ashift = format->Ashift; in _putPixelAlpha()479 surfaceAlpha = ((dc & Amask) >> Ashift); in _putPixelAlpha()599 Uint32 Rshift, Gshift, Bshift, Ashift; in _filledRectAlpha() local747 Ashift = format->Ashift; in _filledRectAlpha()752 sA = (color & Amask) >> Ashift; in _filledRectAlpha()772 dA = (dc & Amask) >> Ashift; in _filledRectAlpha()[all …]
310 a = SDL_expand_byte[fmt->Aloss][((Pixel&fmt->Amask)>>fmt->Ashift)]; \317 a = (Pixel&fmt->Amask)>>fmt->Ashift; \401 ((a>>fmt->Aloss)<<fmt->Ashift); \
592 format->Ashift = 0; in SDL_InitFormat()596 ++format->Ashift; in SDL_InitFormat()874 | ((a >> format->Aloss) << format->Ashift & format->Amask); in SDL_MapRGBA()915 v = (pixel & format->Amask) >> format->Ashift; in SDL_GetRGBA()
632 Uint8 Ashift; member1021 #define ISOPAQUE(pixel, fmt) ((((pixel) & fmt->Amask) >> fmt->Ashift) == 255)1024 ((unsigned)((((pixel) & fmt->Amask) >> fmt->Ashift) - 1U) < 254U)1115 r->Ashift = df->Ashift; in RLEAlphaSurface()
103 ((a<<dstfmt->Ashift)&dstfmt->Amask) )165 Ashift) : 0x10) << (dstfmt->Ashift); in calc_swizzle32()2186 Uint32 mask = ((Uint32)info->a >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()2635 Uint32 mask = ((Uint32)info->a) << dstfmt->Ashift; in BlitNtoNKey()3062 Uint32 mask = ((Uint32)info->a) << dstfmt->Ashift; in Blit_3or4_to_3or4__same_rgb()3151 Uint32 alphashift = ((Uint32)src[i3]) << dstfmt->Ashift; in Blit_3or4_to_3or4__inversed_rgb()3163 Uint32 mask = ((Uint32)info->a) << dstfmt->Ashift; in Blit_3or4_to_3or4__inversed_rgb()
340 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX()591 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX3DNOW()1388 && sf->Ashift % 8 == 0 && sf->Aloss == 0) { in SDL_CalculateBlitA()
342 Uint8 Ashift; member
Completed in 32 milliseconds