Home | History | Annotate | Download | only in windib

Lines Matching refs:Rmask

343 			vformat->Rmask = 0x00007c00;
349 vformat->Rmask = 0x0000f800;
356 vformat->Rmask = 0x00ff0000;
611 Uint32 Rmask, Gmask, Bmask;
654 Rmask = 0x00007c00;
659 Rmask = 0x0000f800;
667 Rmask = 0x00ff0000;
672 Rmask = 0x00000000;
678 0, 0, bpp, Rmask, Gmask, Bmask, 0);
885 ((Uint32*)binfo->bmiColors)[0] = video->format->Rmask;