Lines Matching refs:src
47 u8 *src, *dst; in atafb_iplan2p8_copyarea() local
58 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
61 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
62 src += BPL * 2; in atafb_iplan2p8_copyarea()
68 s = (u32 *)src; in atafb_iplan2p8_copyarea()
80 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
83 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
87 src -= BPL * 2; in atafb_iplan2p8_copyarea()
89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
94 s = (u32 *)src; in atafb_iplan2p8_copyarea()
107 src - (width - 16) / (8 / BPL), in atafb_iplan2p8_copyarea()
117 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
131 src32 = (u32 *)src; in atafb_iplan2p8_copyarea()
172 src += next_line; in atafb_iplan2p8_copyarea()
180 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
194 src32 = (u32 *)src; in atafb_iplan2p8_copyarea()
235 src -= next_line; in atafb_iplan2p8_copyarea()