Lines Matching refs:BPL

21 #define BPL	4  macro
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
55 src += BPL * 2; in atafb_iplan2p4_copyarea()
56 dst += BPL * 2; in atafb_iplan2p4_copyarea()
63 w *= BPL / 2; in atafb_iplan2p4_copyarea()
73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
74 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea()
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
77 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
80 src -= BPL * 2; in atafb_iplan2p4_copyarea()
81 dst -= BPL * 2; in atafb_iplan2p4_copyarea()
82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
89 w *= BPL / 2; in atafb_iplan2p4_copyarea()
99 memmove32_col(dst - (width - 16) / (8 / BPL), in atafb_iplan2p4_copyarea()
100 src - (width - 16) / (8 / BPL), in atafb_iplan2p4_copyarea()
101 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
110 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
111 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
159 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
160 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea()
214 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); in atafb_iplan2p4_fillrect()
224 dest += BPL / 2; in atafb_iplan2p4_fillrect()
232 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p4_fillrect()
237 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect()
262 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p4_linefill()
265 dest += BPL / 2; in atafb_iplan2p4_linefill()