Home
last modified time | relevance | path

Searched refs:BPL (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/
Datafb_iplan2p2.c21 #define BPL 2 macro
51 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
52 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
55 src += BPL * 2; in atafb_iplan2p2_copyarea()
56 dst += BPL * 2; in atafb_iplan2p2_copyarea()
63 w *= BPL / 2; in atafb_iplan2p2_copyarea()
73 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
74 0xff00ff00, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea()
76 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea()
[all …]
Datafb_iplan2p4.c21 #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()
[all …]
Datafb_iplan2p8.c21 #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()
[all …]
Datafb_utils.h248 #ifdef BPL
264 #if BPL > 4 in expand8_col2mask()
272 #if BPL > 4 in expand8_2col2mask()
285 #if BPL > 2 in fill8_col()
289 #if BPL > 4 in fill8_col()
308 #if BPL > 2 in fill8_2col()
314 #if BPL > 2 in fill8_2col()
318 #if BPL > 4 in fill8_2col()
334 #if BPL > 2 in expand16_col2mask()
337 #if BPL > 4 in expand16_col2mask()
[all …]