Home | History | Annotate | Download | only in windib

Lines Matching defs:Bmask

311 			vformat->Bmask = 0x0000001f;
317 vformat->Bmask = 0x0000001f;
324 vformat->Bmask = 0x000000ff;
497 Uint32 Rmask, Gmask, Bmask;
516 Bmask = 0x0000001f;
521 Bmask = 0x0000001f;
529 Bmask = 0x000000ff;
534 Bmask = 0x00000000;
538 0, 0, bpp, Rmask, Gmask, Bmask, 0);
750 ((Uint32*)binfo->bmiColors)[2] = video->format->Bmask;