Lines Matching defs:src
39 u8 *src, *dst;
50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
54 src += BPL * 2;
60 s = (u32 *)src;
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
79 src -= BPL * 2;
81 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
86 s = (u32 *)src;
99 src - (width - 16) / (8 / BPL),
109 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
123 src32 = (u32 *)src;
143 src += next_line;
151 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
165 src32 = (u32 *)src;
185 src -= next_line;