Home | History | Annotate | Download | only in windib

Lines Matching defs:Gmask

310 			vformat->Gmask = 0x000003e0;
316 vformat->Gmask = 0x000007e0;
323 vformat->Gmask = 0x0000ff00;
497 Uint32 Rmask, Gmask, Bmask;
515 Gmask = 0x000003e0;
520 Gmask = 0x000007e0;
528 Gmask = 0x0000ff00;
533 Gmask = 0x00000000;
538 0, 0, bpp, Rmask, Gmask, Bmask, 0);
749 ((Uint32*)binfo->bmiColors)[1] = video->format->Gmask;