Searched refs:cellsize (Results 1 – 1 of 1) sorted by relevance
29 unsigned int cellsize = vc->vc_font.height * width; in update_attr() local32 offset = cellsize - (offset * width); in update_attr()33 for (i = 0; i < cellsize; i++) { in update_attr()77 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() argument90 src = vc->vc_font.data + (unsigned int)ch * cellsize; in bit_putcs_aligned()113 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() argument129 src = vc->vc_font.data + (unsigned int)ch * cellsize; in bit_putcs_unaligned()155 u32 cellsize = width * vc->vc_font.height; in bit_putcs() local156 u32 maxcnt = info->pixmap.size/cellsize; in bit_putcs()176 buf = kmalloc(cellsize, GFP_ATOMIC); in bit_putcs()[all …]