Searched refs:colsize (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/video/ |
D | atafb_iplan2p2.c | 43 u_int colsize; in atafb_iplan2p2_copyarea() local 46 colsize = height; in atafb_iplan2p2_copyarea() 82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea() 101 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p2_copyarea()
|
D | atafb_iplan2p4.c | 43 u_int colsize; in atafb_iplan2p4_copyarea() local 46 colsize = height; in atafb_iplan2p4_copyarea() 82 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea() 101 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p4_copyarea()
|
D | atafb_iplan2p8.c | 50 u_int colsize; in atafb_iplan2p8_copyarea() local 53 colsize = height; in atafb_iplan2p8_copyarea() 89 memmove32_col(dst, src, 0xff00ff00, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea() 108 0xff00ff, colsize, -next_line - BPL * 2); in atafb_iplan2p8_copyarea()
|