Lines Matching refs:dest
210 u32 *dest; in atafb_iplan2p4_fillrect() local
214 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); in atafb_iplan2p4_fillrect()
216 u8 *dest8 = (u8 *)dest + 1; in atafb_iplan2p4_fillrect()
224 dest += BPL / 2; in atafb_iplan2p4_fillrect()
231 u32 *d = dest; in atafb_iplan2p4_fillrect()
237 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect()
242 u8 *dest8 = (u8 *)dest; in atafb_iplan2p4_fillrect()
257 u32 *dest; in atafb_iplan2p4_linefill() local
262 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p4_linefill()
264 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p4_linefill()
265 dest += BPL / 2; in atafb_iplan2p4_linefill()
276 *dest++ = (m & fgm[0]) ^ bgm[0]; in atafb_iplan2p4_linefill()
277 *dest++ = (m & fgm[1]) ^ bgm[1]; in atafb_iplan2p4_linefill()
285 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p4_linefill()