Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Datafb_iplan2p2.c20 #define BPL 2 macro
54 src += BPL * 2; in atafb_iplan2p2_copyarea()
55 dst += BPL * 2; in atafb_iplan2p2_copyarea()
62 w *= BPL / 2; in atafb_iplan2p2_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea()
79 src -= BPL * 2; in atafb_iplan2p2_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p2_copyarea()
88 w *= BPL / 2; in atafb_iplan2p2_copyarea()
209 dest += BPL / 2; in atafb_iplan2p2_fillrect()
222 dest += rows * BPL / 2; in atafb_iplan2p2_fillrect()
[all …]
A Datafb_iplan2p4.c20 #define BPL 4 macro
54 src += BPL * 2; in atafb_iplan2p4_copyarea()
55 dst += BPL * 2; in atafb_iplan2p4_copyarea()
62 w *= BPL / 2; in atafb_iplan2p4_copyarea()
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea()
79 src -= BPL * 2; in atafb_iplan2p4_copyarea()
80 dst -= BPL * 2; in atafb_iplan2p4_copyarea()
88 w *= BPL / 2; in atafb_iplan2p4_copyarea()
223 dest += BPL / 2; in atafb_iplan2p4_fillrect()
236 dest += rows * BPL / 2; in atafb_iplan2p4_fillrect()
[all …]
A Datafb_iplan2p8.c20 #define BPL 8 macro
61 src += BPL * 2; in atafb_iplan2p8_copyarea()
62 dst += BPL * 2; in atafb_iplan2p8_copyarea()
69 w *= BPL / 2; in atafb_iplan2p8_copyarea()
79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea()
86 src -= BPL * 2; in atafb_iplan2p8_copyarea()
87 dst -= BPL * 2; in atafb_iplan2p8_copyarea()
95 w *= BPL / 2; in atafb_iplan2p8_copyarea()
258 dest += BPL / 2; in atafb_iplan2p8_fillrect()
271 dest += rows * BPL / 2; in atafb_iplan2p8_fillrect()
[all …]
A 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 …]

Completed in 9 milliseconds