[go: nahoru, domu]

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

/drivers/video/console/
H A Dfbcon_rotate.c57 kfree(ops->fontbuffer);
58 ops->fontbuffer = dst;
61 dst = ops->fontbuffer;
H A Dfbcon_ud.c96 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
131 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
168 if (!ops->fontbuffer)
265 if (!ops->fontbuffer)
281 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height));
H A Dfbcon_ccw.c109 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
145 if (!ops->fontbuffer)
234 if (!ops->fontbuffer)
250 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
H A Dfbcon_cw.c94 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize;
130 if (!ops->fontbuffer)
217 if (!ops->fontbuffer)
233 src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
H A Dfbcon.h82 u8 *fontbuffer; member in struct:fbcon_ops
H A Dfbcon.c751 kfree(ops->fontbuffer);

Completed in 385 milliseconds