Lines Matching refs:BPL

21 #define BPL	8  macro
58 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
59 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
61 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
62 src += BPL * 2; in atafb_iplan2p8_copyarea()
63 dst += BPL * 2; in atafb_iplan2p8_copyarea()
70 w *= BPL / 2; in atafb_iplan2p8_copyarea()
80 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
81 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea()
83 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
84 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
87 src -= BPL * 2; in atafb_iplan2p8_copyarea()
88 dst -= BPL * 2; in atafb_iplan2p8_copyarea()
89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
96 w *= BPL / 2; in atafb_iplan2p8_copyarea()
106 memmove32_col(dst - (width - 16) / (8 / BPL), in atafb_iplan2p8_copyarea()
107 src - (width - 16) / (8 / BPL), in atafb_iplan2p8_copyarea()
108 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
117 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
118 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
180 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
181 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea()
249 dest = (u32 *)(info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL)); in atafb_iplan2p8_fillrect()
259 dest += BPL / 2; in atafb_iplan2p8_fillrect()
267 u32 off = next_line - rows * BPL * 2; in atafb_iplan2p8_fillrect()
272 dest += rows * BPL / 2; in atafb_iplan2p8_fillrect()
297 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL)); in atafb_iplan2p8_linefill()
300 dest += BPL / 2; in atafb_iplan2p8_linefill()