Home | History | Annotate | Download | only in video

Lines Matching refs:Bmask

38 			Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
55 if ( Rmask || Bmask || Gmask ) { /* Packed pixels with custom mask */
75 if ( Bmask ) {
76 for ( mask = Bmask; !(mask&0x01); mask >>= 1 )
91 format->Bmask = Bmask;
105 format->Bmask = ((0xFF>>format->Bloss)<<format->Bshift);
118 format->Bmask = 0;
140 if ( Rmask || Bmask || Gmask ) {
166 if(Bmask)
196 b=(i&Bmask)>>format->Bshift;
225 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask)
231 surface->format = SDL_AllocFormat(bpp, Rmask, Gmask, Bmask, Amask);
387 v = (pixel & fmt->Bmask) >> fmt->Bshift;
413 v = (pixel & fmt->Bmask) >> fmt->Bshift;