Home | History | Annotate | Download | only in video

Lines Matching defs:Amask

1010 	Uint32 Amask;
1292 unsigned alpha = dfmt->Amask ? 255 : 0;
1393 #define ISOPAQUE(pixel, fmt) ((((pixel) & fmt->Amask) >> fmt->Ashift) == 255)
1396 ((unsigned)((((pixel) & fmt->Amask) >> fmt->Ashift) - 1U) < 254U)
1486 r->Amask = df->Amask;
1687 rgbmask = ~surface->format->Amask;
1799 && surface->format->Amask != 0)