Home | History | Annotate | Download | only in video

Lines Matching defs:rmask

249 				vformat.Rmask, vformat.Gmask, vformat.Bmask, 0);
514 Uint32 Rmask, Gmask, Bmask;
518 Rmask = (SDL_VideoSurface->format)->Rmask;
522 Rmask = Gmask = Bmask = 0;
526 depth, Rmask, Gmask, Bmask, 0);
944 Uint32 rmask = 0x00ff0000;
959 if ( (vf->Rmask == 0x1f) &&
961 rmask = 0xff;
970 if ( (vf->Rmask == 0xff) && (vf->Bmask == 0xff0000) ) {
971 rmask = 0xff;
981 format = SDL_AllocFormat(32, rmask, gmask, bmask, amask);