Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A 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()
H A Dfbcon_ud.c95 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_aligned()
130 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ud_putcs_unaligned()
167 if (!ops->fontbuffer) in ud_putcs()
264 if (!ops->fontbuffer) in ud_cursor()
271 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height)); in ud_cursor()
H A Dfbcon_cw.c93 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize; in cw_putcs_aligned()
129 if (!ops->fontbuffer) in cw_putcs()
216 if (!ops->fontbuffer) in cw_cursor()
223 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width)); in cw_cursor()
H A Dfbcon_ccw.c108 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize; in ccw_putcs_aligned()
144 if (!ops->fontbuffer) in ccw_putcs()
233 if (!ops->fontbuffer) in ccw_cursor()
240 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width)); in ccw_cursor()
H A Dfbcon.h84 u8 *fontbuffer; member
H A Dfbcon.c734 kfree(ops->fontbuffer); in fbcon_release()