Lines Matching refs:ckey

621     Uint32 ckey = info->colorkey;  in Blit32to32KeyAltivec()  local
644 ckey &= rgbmask; in Blit32to32KeyAltivec()
645 ((unsigned int *) (char *) &vckey)[0] = ckey; in Blit32to32KeyAltivec()
658 if ( (Pixel & rgbmask) != ckey ) { \ in Blit32to32KeyAltivec()
671 if ( Pixel != ckey ) { \ in Blit32to32KeyAltivec()
2517 Uint32 ckey = info->colorkey; in BlitNto1Key() local
2525 ckey &= rgbmask; in BlitNto1Key()
2534 if ( (Pixel & rgbmask) != ckey ) { in BlitNto1Key()
2555 if ( (Pixel & rgbmask) != ckey ) { in BlitNto1Key()
2581 Uint32 ckey = info->colorkey; in Blit2to2Key() local
2587 ckey &= rgbmask; in Blit2to2Key()
2593 if ( (*srcp & rgbmask) != ckey ) { in Blit2to2Key()
2615 Uint32 ckey = info->colorkey; in BlitNtoNKey() local
2626 ckey &= rgbmask; in BlitNtoNKey()
2640 if ((*src32 & rgbmask) != ckey) { in BlitNtoNKey()
2658 if ((*src32 & rgbmask) != ckey) { in BlitNtoNKey()
2688 if ((*src32 & rgbmask) != ckey) { in BlitNtoNKey()
2711 Uint8 k0 = ckey & 0xFF; in BlitNtoNKey()
2712 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2713 Uint8 k2 = (ckey >> 16) & 0xFF; in BlitNtoNKey()
2715 Uint8 k0 = (ckey >> 16) & 0xFF; in BlitNtoNKey()
2716 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2717 Uint8 k2 = ckey & 0xFF; in BlitNtoNKey()
2749 Uint8 k0 = ckey & 0xFF; in BlitNtoNKey()
2750 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2751 Uint8 k2 = (ckey >> 16) & 0xFF; in BlitNtoNKey()
2753 Uint8 k0 = (ckey >> 16) & 0xFF; in BlitNtoNKey()
2754 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2755 Uint8 k2 = ckey & 0xFF; in BlitNtoNKey()
2795 if ((*src32 & rgbmask) != ckey) { in BlitNtoNKey()
2816 Uint8 k0 = ckey & 0xFF; in BlitNtoNKey()
2817 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2818 Uint8 k2 = (ckey >> 16) & 0xFF; in BlitNtoNKey()
2820 Uint8 k0 = (ckey >> 16) & 0xFF; in BlitNtoNKey()
2821 Uint8 k1 = (ckey >> 8) & 0xFF; in BlitNtoNKey()
2822 Uint8 k2 = ckey & 0xFF; in BlitNtoNKey()
2864 if ( (Pixel & rgbmask) != ckey ) { in BlitNtoNKey()
2887 Uint32 ckey = info->colorkey; in BlitNtoNKeyCopyAlpha() local
2900 ckey &= rgbmask; in BlitNtoNKeyCopyAlpha()
2916 if ((*src32 & rgbmask) != ckey) { in BlitNtoNKeyCopyAlpha()
2946 if ((*src32 & rgbmask) != ckey) { in BlitNtoNKeyCopyAlpha()
2968 if ( (Pixel & rgbmask) != ckey ) { in BlitNtoNKeyCopyAlpha()