Home | History | Annotate | Download | only in video

Lines Matching defs:Amask

1011 	Uint32 Amask;
1293 unsigned alpha = dfmt->Amask ? 255 : 0;
1394 #define ISOPAQUE(pixel, fmt) ((((pixel) & fmt->Amask) >> fmt->Ashift) == 255)
1397 ((unsigned)((((pixel) & fmt->Amask) >> fmt->Ashift) - 1U) < 254U)
1487 r->Amask = df->Amask;
1685 rgbmask = ~surface->format->Amask;
1797 && surface->format->Amask != 0)