Lines Matching defs:src
46 u8 *src, *dst;
57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
60 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
61 src += BPL * 2;
67 s = (u32 *)src;
79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
86 src -= BPL * 2;
88 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2);
93 s = (u32 *)src;
106 src - (width - 16) / (8 / BPL),
116 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL);
130 src32 = (u32 *)src;
171 src += next_line;
179 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
193 src32 = (u32 *)src;
234 src -= next_line;