Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/rcons/
H A Drcons_subr.c134 y = *fb->fb_row * fb->fb_font->height +
393 fb->fb_font->width, fb->fb_font->height,
446 x = *fb->fb_col * fb->fb_font->width;
473 ydiv = fb->fb_font->height * n;
497 tox = *fb->fb_col * fb->fb_font->width;
498 y = *fb->fb_row * fb->fb_font->height;
499 width = n * fb->fb_font->width;
507 width, fb->fb_font->height,
525 height = fb->fb_font->height * n;
551 y = *fb->fb_row * fb->fb_font->height;
[all …]
H A Drcons_font.c42 fb->fb_font = &gallant19;
45 fb->fb_font_ascent = -(fb->fb_font->chars)['a'].homey;
H A Drcons_kern.c202 i = ft->fb_height / fb->fb_font->height;
205 i = ft->fb_width / fb->fb_font->width;
218 ((ft->fb_width - fb->fb_maxcol * fb->fb_font->width) / 2) & ~0x1f;
220 (ft->fb_height - fb->fb_maxrow * fb->fb_font->height) / 2;
223 fb->fb_emuwidth = fb->fb_maxcol * fb->fb_font->width;
231 fb->fb_emuheight = fb->fb_maxrow * fb->fb_font->height;
/original-bsd/sys/sparc/include/
H A Dfbvar.h69 struct raster_font *fb_font; /* font and related info */ member