Searched refs:Aloss (Results 1 – 7 of 7) sorted by relevance
100 a = ((pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \121 ((a<<fmt->Aloss)<<fmt->Ashift); \
593 format->Aloss = 8; in SDL_InitFormat()598 --format->Aloss; in SDL_InitFormat()874 | ((a >> format->Aloss) << format->Ashift & format->Amask); in SDL_MapRGBA()916 *a = SDL_expand_byte[format->Aloss][v]; in SDL_GetRGBA()
310 a = SDL_expand_byte[fmt->Aloss][((Pixel&fmt->Amask)>>fmt->Ashift)]; \401 ((a>>fmt->Aloss)<<fmt->Ashift); \
628 Uint8 Aloss; member1111 r->Aloss = df->Aloss; in RLEAlphaSurface()
1388 && sf->Ashift % 8 == 0 && sf->Aloss == 0) { in SDL_CalculateBlitA()
2186 Uint32 mask = ((Uint32)info->a >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()
338 Uint8 Aloss; member
Completed in 20 milliseconds