Lines Matching refs:src
40 u8 *src, *dst; in atafb_iplan2p4_copyarea() local
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
55 src += BPL * 2; in atafb_iplan2p4_copyarea()
61 s = (u32 *)src; in atafb_iplan2p4_copyarea()
73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
80 src -= BPL * 2; in atafb_iplan2p4_copyarea()
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
87 s = (u32 *)src; in atafb_iplan2p4_copyarea()
100 src - (width - 16) / (8 / BPL), in atafb_iplan2p4_copyarea()
110 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
124 src32 = (u32 *)src; in atafb_iplan2p4_copyarea()
151 src += next_line; in atafb_iplan2p4_copyarea()
159 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
173 src32 = (u32 *)src; in atafb_iplan2p4_copyarea()
200 src -= next_line; in atafb_iplan2p4_copyarea()