Searched refs:colsize (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/video/fbdev/ |
A D | atafb_iplan2p2.c | 42 u_int colsize; in atafb_iplan2p2_copyarea() local 45 colsize = height; in atafb_iplan2p2_copyarea() 81 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea() 100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
|
A D | atafb_iplan2p4.c | 42 u_int colsize; in atafb_iplan2p4_copyarea() local 45 colsize = height; in atafb_iplan2p4_copyarea() 81 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea() 100 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
|
A D | atafb_iplan2p8.c | 49 u_int colsize; in atafb_iplan2p8_copyarea() local 52 colsize = height; in atafb_iplan2p8_copyarea() 88 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea() 107 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
|
Completed in 6 milliseconds