Home | History | Annotate | Download | only in windib

Lines Matching refs:Gmask

344 			vformat->Gmask = 0x000003e0;
350 vformat->Gmask = 0x000007e0;
357 vformat->Gmask = 0x0000ff00;
611 Uint32 Rmask, Gmask, Bmask;
655 Gmask = 0x000003e0;
660 Gmask = 0x000007e0;
668 Gmask = 0x0000ff00;
673 Gmask = 0x00000000;
678 0, 0, bpp, Rmask, Gmask, Bmask, 0);
886 ((Uint32*)binfo->bmiColors)[1] = video->format->Gmask;