Home | History | Annotate | Download | only in video

Lines Matching refs:Amask

39 			Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
85 if ((Amask) && (video->displayformatalphapixel))
91 Amask = video->displayformatalphapixel->Amask;
99 Amask = screen->format->Amask;
102 surface->format = SDL_AllocFormat(depth, Rmask, Gmask, Bmask, Amask);
107 if ( Amask ) {
156 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
161 Rmask, Gmask, Bmask, Amask);
289 if ( (surface->format->Amask != 0xFF000000) &&
290 (surface->format->Amask != 0x000000FF) ) {
296 if ( surface->format->Amask == 0xFF000000 ) {
302 if ( surface->format->Amask == 0xFF000000 ) {
817 if(format->Amask != 0 && (flags & SDL_HWSURFACE)) {
826 format->Rmask, format->Gmask, format->Bmask, format->Amask);
844 && format->Amask) {
853 if ( format->Amask ) {
889 if ( format->Amask ) {