Searched refs:BPL (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/video/ |
D | atafb_iplan2p2.c | 21 #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 …]
|
D | atafb_iplan2p4.c | 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() [all …]
|
D | atafb_iplan2p8.c | 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() [all …]
|
D | atafb_utils.h | 247 #ifdef BPL 263 #if BPL > 4 in expand8_col2mask() 271 #if BPL > 4 in expand8_2col2mask() 284 #if BPL > 2 in fill8_col() 288 #if BPL > 4 in fill8_col() 307 #if BPL > 2 in fill8_2col() 313 #if BPL > 2 in fill8_2col() 317 #if BPL > 4 in fill8_2col() 333 #if BPL > 2 in expand16_col2mask() 336 #if BPL > 4 in expand16_col2mask() [all …]
|