Home | History | Annotate | Download | only in video

Lines Matching refs:Rmask

255 				vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
522 Uint32 Rmask, Gmask, Bmask;
526 Rmask = (SDL_VideoSurface->format)->Rmask;
530 Rmask = Gmask = Bmask = 0;
534 depth, Rmask, Gmask, Bmask, 0);
961 Uint32 rmask = 0x00ff0000;
976 if ( (vf->Rmask == 0x1f) &&
978 rmask = 0xff;
987 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) {
988 rmask = 0xff;
990 } else if ( vf->Rmask == 0xFF00 && (vf->Bmask == 0xFF000000) ) {
992 rmask = 0x0000FF00;
1003 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);