Lines Matching refs:dst32
2631 Uint32 *dst32 = (Uint32*)dst; in BlitNtoNKey() local
2641 *dst32 = *src32 | mask; in BlitNtoNKey()
2643 ++dst32; in BlitNtoNKey()
2648 dst32 = (Uint32 *) ((Uint8 *) dst32 + dstskip); in BlitNtoNKey()
2659 *dst32 = *src32 & mask; in BlitNtoNKey()
2661 ++dst32; in BlitNtoNKey()
2666 dst32 = (Uint32 *) ((Uint8 *) dst32 + dstskip); in BlitNtoNKey()
2911 Uint32 *dst32 = (Uint32*)dst; in BlitNtoNKeyCopyAlpha() local
2917 *dst32 = *src32; in BlitNtoNKeyCopyAlpha()
2920 ++dst32; in BlitNtoNKeyCopyAlpha()
2925 dst32 = (Uint32 *)((Uint8 *)dst32 + dstskip); in BlitNtoNKeyCopyAlpha()
3074 Uint32 *dst32 = (Uint32*)dst; in Blit_3or4_to_3or4__same_rgb()
3078 *dst32 = (s0) | (s1 << 8) | (s2 << 16) | mask; in Blit_3or4_to_3or4__same_rgb()
3147 Uint32 *dst32 = (Uint32*)dst; in Blit_3or4_to_3or4__inversed_rgb()
3153 *dst32 = (s0 << 16) | (s1 << 8) | (s2) | alphashift; in Blit_3or4_to_3or4__inversed_rgb()
3175 Uint32 *dst32 = (Uint32*)dst; in Blit_3or4_to_3or4__inversed_rgb()
3180 *dst32 = (s0 << 16) | (s1 << 8) | (s2) | mask; in Blit_3or4_to_3or4__inversed_rgb()