Lines Matching refs:ckey
1652 Uint32 ckey, rgbmask;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)1800 retcode = -1; /* no RLE for per-surface alpha sans ckey */