Lines Matching refs:dst
39 u8 *src, *dst;
51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
55 dst += BPL * 2;
61 d = (u32 *)dst;
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
80 dst -= BPL * 2;
81 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
87 d = (u32 *)dst;
98 memmove32_col(dst - (width - 16) / (8 / BPL),
110 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
124 dst32 = (u32 *)dst;
151 dst += next_line;
159 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
173 dst32 = (u32 *)dst;
200 dst -= next_line;