Searched refs:Aloss (Results 1 – 6 of 6) sorted by relevance
570 format->Aloss = 8; in SDL_InitFormat()575 --format->Aloss; in SDL_InitFormat()821 | ((a >> format->Aloss) << format->Ashift & format->Amask); in SDL_MapRGBA()863 *a = SDL_expand_byte[format->Aloss][v]; in SDL_GetRGBA()
308 a = SDL_expand_byte[fmt->Aloss][((Pixel&fmt->Amask)>>fmt->Ashift)]; \399 ((a>>fmt->Aloss)<<fmt->Ashift); \
629 Uint8 Aloss; member1112 r->Aloss = df->Aloss; in RLEAlphaSurface()
1301 && sf->Ashift % 8 == 0 && sf->Aloss == 0) { in SDL_CalculateBlitA()
2082 Uint32 mask = (info->a >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()
327 Uint8 Aloss; member