Lines Matching refs:dest
196 u32 *dest; in atafb_iplan2p2_fillrect() local
200 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); in atafb_iplan2p2_fillrect()
202 u8 *dest8 = (u8 *)dest + 1; in atafb_iplan2p2_fillrect()
210 dest += BPL / 2; in atafb_iplan2p2_fillrect()
217 u32 *d = dest; in atafb_iplan2p2_fillrect()
223 dest += rows * BPL / 2; in atafb_iplan2p2_fillrect()
228 u8 *dest8 = (u8 *)dest; in atafb_iplan2p2_fillrect()
243 u32 *dest; in atafb_iplan2p2_linefill() local
248 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p2_linefill()
250 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p2_linefill()
251 dest += BPL / 2; in atafb_iplan2p2_linefill()
262 *dest++ = (m & fgm[0]) ^ bgm[0]; in atafb_iplan2p2_linefill()
270 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p2_linefill()