Searched defs:cellsize (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/video/console/ | 
| D | bitblit.c | 30 	unsigned int cellsize = vc->vc_font.height * width;  in update_attr()  local79 				     u32 d_pitch, u32 s_pitch, u32 cellsize,  in bit_putcs_aligned()
 111 				       u32 s_pitch, u32 cellsize,  in bit_putcs_unaligned()
 149 	u32 cellsize = width * vc->vc_font.height;  in bit_putcs()  local
 
 | 
| D | fbcon_ud.c | 30 	unsigned int cellsize = vc->vc_font.height * width;  in ud_update_attr()  local87 				    u32 d_pitch, u32 s_pitch, u32 cellsize,  in ud_putcs_aligned()
 119 				      u32 s_pitch, u32 cellsize,  in ud_putcs_unaligned()
 158 	u32 cellsize = width * vc->vc_font.height;  in ud_putcs()  local
 
 | 
| D | fbcon_cw.c | 85 				    u32 d_pitch, u32 s_pitch, u32 cellsize,  in cw_putcs_aligned()121 	u32 cellsize = width * vc->vc_font.width;  in cw_putcs()  local
 
 | 
| D | fbcon_ccw.c | 100 				    u32 d_pitch, u32 s_pitch, u32 cellsize,  in ccw_putcs_aligned()136 	u32 cellsize = width * vc->vc_font.width;  in ccw_putcs()  local
 
 |