Lines Matching refs:dst
40 u8 *src, *dst; in atafb_iplan2p2_copyarea() local
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
56 dst += BPL * 2; in atafb_iplan2p2_copyarea()
62 d = (u32 *)dst; in atafb_iplan2p2_copyarea()
73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
81 dst -= BPL * 2; in atafb_iplan2p2_copyarea()
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
88 d = (u32 *)dst; in atafb_iplan2p2_copyarea()
99 memmove32_col(dst - (width - 16) / (8 / BPL), in atafb_iplan2p2_copyarea()
111 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
125 dst32 = (u32 *)dst; in atafb_iplan2p2_copyarea()
145 dst += next_line; in atafb_iplan2p2_copyarea()
153 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
167 dst32 = (u32 *)dst; in atafb_iplan2p2_copyarea()
187 dst -= next_line; in atafb_iplan2p2_copyarea()