Home
last modified time | relevance | path

Searched refs:fontbuffer (Results 1 – 6 of 6) sorted by relevance

/drivers/video/console/
Dfbcon_rotate.c57 kfree(ops->fontbuffer); in fbcon_rotate_font()
58 ops->fontbuffer = dst; in fbcon_rotate_font()
61 dst = ops->fontbuffer; in fbcon_rotate_font()
Dfbcon_ud.c96 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned()
131 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned()
168 if (!ops->fontbuffer) in ud_putcs()
265 if (!ops->fontbuffer) in ud_cursor()
281 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height)); in ud_cursor()
Dfbcon_cw.c94 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned()
130 if (!ops->fontbuffer) in cw_putcs()
217 if (!ops->fontbuffer) in cw_cursor()
233 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width)); in cw_cursor()
Dfbcon_ccw.c109 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned()
145 if (!ops->fontbuffer) in ccw_putcs()
234 if (!ops->fontbuffer) in ccw_cursor()
250 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width)); in ccw_cursor()
Dfbcon.h83 u8 *fontbuffer; member
Dfbcon.c748 kfree(ops->fontbuffer); in con2fb_release_oldinfo()