Home | History | Annotate | Download | only in video

Lines Matching refs:rgbmask

1652 	Uint32 ckey, rgbmask;
1685 rgbmask = ~surface->format->Amask;
1686 ckey = surface->format->colorkey & rgbmask;
1712 while(x < w && (getpix(srcbuf + x * bpp) & rgbmask) == ckey)
1715 while(x < w && (getpix(srcbuf + x * bpp) & rgbmask) != ckey)