Home
last modified time | relevance | path

Searched refs:cellsize (Results 1 – 4 of 4) sorted by relevance

/drivers/video/fbdev/core/
A Dbitblit.c33 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() argument
87 charmask)*cellsize; in bit_putcs_aligned()
110 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() argument
122 charmask)*cellsize; in bit_putcs_unaligned()
148 u32 cellsize = width * vc->vc_font.height; in bit_putcs() local
149 u32 maxcnt = info->pixmap.size/cellsize; in bit_putcs()
164 buf = kmalloc(cellsize, GFP_ATOMIC); in bit_putcs()
185 width, cellsize, &image, buf, dst); in bit_putcs()
[all …]
A Dfbcon_ud.c30 unsigned int cellsize = vc->vc_font.height * width; in ud_update_attr() local
35 for (i = 0; i < cellsize; i++) { in ud_update_attr()
86 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned() argument
95 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned()
118 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned() argument
130 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned()
157 u32 cellsize = width * vc->vc_font.height; in ud_putcs() local
158 u32 maxcnt = info->pixmap.size/cellsize; in ud_putcs()
178 buf = kmalloc(cellsize, GFP_KERNEL); in ud_putcs()
201 width, cellsize, &image, buf, dst); in ud_putcs()
[all …]
A Dfbcon_ccw.c99 u32 d_pitch, u32 s_pitch, u32 cellsize, in ccw_putcs_aligned() argument
108 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned()
135 u32 cellsize = width * vc->vc_font.width; in ccw_putcs() local
136 u32 maxcnt = info->pixmap.size/cellsize; in ccw_putcs()
155 buf = kmalloc(cellsize, GFP_KERNEL); in ccw_putcs()
176 width, cellsize, &image, buf, dst); in ccw_putcs()
A Dfbcon_cw.c84 u32 d_pitch, u32 s_pitch, u32 cellsize, in cw_putcs_aligned() argument
93 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned()
120 u32 cellsize = width * vc->vc_font.width; in cw_putcs() local
121 u32 maxcnt = info->pixmap.size/cellsize; in cw_putcs()
140 buf = kmalloc(cellsize, GFP_KERNEL); in cw_putcs()
159 width, cellsize, &image, buf, dst); in cw_putcs()

Completed in 10 milliseconds