Searched refs:cellsize (Results 1 – 1 of 1) sorted by relevance
30 unsigned int cellsize = vc->vc_font.height * width; in update_attr() local33 offset = cellsize - (offset * width); in update_attr()34 for (i = 0; i < cellsize; i++) { in update_attr()78 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() argument91 src = vc->vc_font.data + (unsigned int)ch * cellsize; in bit_putcs_aligned()114 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() argument130 src = vc->vc_font.data + (unsigned int)ch * cellsize; in bit_putcs_unaligned()156 u32 cellsize = width * vc->vc_font.height; in bit_putcs() local157 u32 maxcnt = info->pixmap.size/cellsize; in bit_putcs()177 buf = kmalloc(cellsize, GFP_ATOMIC); in bit_putcs()[all …]