/src/sys/arch/bebox/stand/boot/ |
iso_font.h | 33 static const unsigned char font[] = { variable in typeref:typename:const unsigned char[]
|
/src/sys/arch/prep/stand/boot/ |
iso_font.h | 33 static const unsigned char font[] = { variable in typeref:typename:const unsigned char[]
|
/src/sys/dev/rasops/ |
rasops1_putchar_width.h | 65 struct wsdisplay_font *font = PICK_FONT(ri, uc); local in function:NAME 73 if (__predict_false(!CHAR_IN_FONT(uc, font))) 85 height = font->fontheight; 107 fr = FONT_GLYPH(uc, font, ri); 111 fr += font->stride;
|
rasops1-4_putchar.h | 90 struct wsdisplay_font *font = PICK_FONT(ri, uc); local in function:NAME 99 if (__predict_false(!CHAR_IN_FONT(uc, font))) 111 height = font->fontheight; 112 width = font->fontwidth << PIXEL_SHIFT; 132 fr = FONT_GLYPH(uc, font, ri);
|
rasops1.c | 95 struct wsdisplay_font *font = PICK_FONT(ri, uc); local in function:rasops1_putchar 104 if (__predict_false(!CHAR_IN_FONT(uc, font))) 116 height = font->fontheight; 117 width = font->fontwidth; 137 fr = FONT_GLYPH(uc, font, ri); 159 fr += font->stride; 222 fr += font->stride;
|
rasops_putchar.h | 101 struct wsdisplay_font *font = PICK_FONT(ri, uc); local in function:NAME 109 if (__predict_false(!CHAR_IN_FONT(uc, font))) 121 height = font->fontheight; 122 width = font->fontwidth; 145 fr = FONT_GLYPH(uc, font, ri);
|
rasops_putchar_width.h | 210 struct wsdisplay_font *font = PICK_FONT(ri, uc); local in function:NAME 218 /* check if character fits into font limits */ 219 if (__predict_false(!CHAR_IN_FONT(uc, font))) 242 height = font->fontheight; 258 fr = FONT_GLYPH(uc, font, ri); 261 fr += font->stride;
|
/src/sys/dev/hpc/ |
hpcfbvar.h | 51 void (*font)(void *, struct wsdisplay_font *); /* load fonts */ member in struct:hpcfb_accessops
|
/src/sbin/wsconsctl/ |
display.c | 47 static struct wsdisplay_usefontdata font; variable in typeref:struct:wsdisplay_usefontdata 62 { "font", &font.name, FMT_STRING, 0 }, 111 if (field_by_value(&font.name)->flags & FLG_GET) { 114 font.name = gfont.gf_name; 116 field_disable_by_value(&font.name); 195 if (field_by_value(&font.name)->flags & FLG_SET) { 196 if (ioctl(fd, WSDISPLAYIO_SFONT, &font) < 0) 198 pr_field(field_by_value(&font.name), " -> ");
|
/src/sys/arch/sgimips/gio/ |
grtwo.c | 485 panic("grtwo_attach_common: unable to lock font data"); 602 struct wsdisplay_font *font = dc->dc_fontdata; local in function:grtwo_putchar 603 u_int8_t *bitmap = (u_int8_t *) font->data + (ch - font->firstchar + 1) * font->fontheight * font->stride; 606 int x = col * font->fontwidth; 607 int y = dc->yres - ( (row + 1) * font->fontheight); 619 /* This works for font sizes < 18 */ 621 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DRAWCHAR, font->fontwidth) 664 struct wsdisplay_font *font = dc->dc_fontdata; local in function:grtwo_erasecols 678 struct wsdisplay_font *font = dc->dc_fontdata; local in function:grtwo_copyrows 693 struct wsdisplay_font *font = dc->dc_fontdata; local in function:grtwo_eraserows [all...] |
light.c | 304 panic("light_attach_common: unable to lock font data"); 397 struct wsdisplay_font *font = dc->dc_fontdata; local in function:light_putchar 402 bitmap = (u_int8_t *)font->data + 403 ((ch - font->firstchar) * font->fontheight * font->stride); 404 x = col * font->fontwidth; 405 y = row * font->fontheight; 410 rex_write(dc, REX_PAGE0_SET, REX_P0REG_YENDI, y + font->fontheight - 1); 412 rex_write(dc, REX_PAGE0_SET, REX_P0REG_XENDI, x + font->fontwidth - 1) 437 struct wsdisplay_font *font = dc->dc_fontdata; local in function:light_copycols 455 struct wsdisplay_font *font = dc->dc_fontdata; local in function:light_erasecols 471 struct wsdisplay_font *font = dc->dc_fontdata; local in function:light_copyrows 489 struct wsdisplay_font *font = dc->dc_fontdata; local in function:light_eraserows [all...] |
newport.c | 754 struct wsdisplay_font *font = PICK_FONT(ri, ch); local in function:newport_putchar 755 uint8_t *bitmap = (u_int8_t *)font->data + (ch - font->firstchar) * 756 font->fontheight * font->stride; 759 int x = col * font->fontwidth + ri->ri_xorigin; 760 int y = row * font->fontheight + ri->ri_yorigin; 781 (x + font->fontwidth - 1) << REX3_XYENDI_XSHIFT); 788 if (font->stride == 1) { 789 for (i = 0; i < font->fontheight; i++) 833 struct wsdisplay_font *font = ri->ri_font; local in function:newport_erasecols 866 struct wsdisplay_font *font = ri->ri_font; local in function:newport_eraserows [all...] |
/src/sys/arch/playstation2/ee/ |
gsfb.c | 217 * std: screen size 640 x 480, font size 8 x 16 369 int font; local in function:gsfb_swinit 372 font = wsfont_find(NULL, 8, 16, 0, WSDISPLAY_FONTORDER_L2R, 374 if (font < 0) 377 if (wsfont_lock(font, &sc->sc_font)) 394 struct wsdisplay_font *font = sc->sc_font; local in function:_gsfb_cursor 396 gsfb_set_cursor_pos(buf, col, row, font->fontwidth, font->fontheight); 415 struct wsdisplay_font *font = sc->sc_font; local in function:_gsfb_mapchar 417 if (font->encoding != WSDISPLAY_FONTENC_ISO 438 struct wsdisplay_font *font = sc->sc_font; local in function:_gsfb_putchar [all...] |
/src/sys/dev/ic/ |
ct65550.c | 599 struct wsdisplay_font *font = PICK_FONT(ri, c); local in function:chipsfb_putchar_aa 615 if (__predict_false((!CHAR_IN_FONT(c, font)))) 618 wi = font->fontwidth; 619 he = font->fontheight; 634 data8 = WSFONT_GLYPH(c, font); 714 struct wsdisplay_font *font = PICK_FONT(ri, c); local in function:chipsfb_putchar 727 wi = font->fontwidth; 728 he = font->fontheight; 730 if (!CHAR_IN_FONT(c, font)) 739 uc = c - font->firstchar [all...] |
vga_raster.c | 119 struct wsdisplay_font *font; member in struct:vga_raster_font 420 /* prefer 8x16 pixel font */ 428 panic("vga_raster_init: can't load console font"); 429 vf->font = wf; 432 vf->font = &builtinfont; 853 if (wsfont_matches(vf->font, 0, 0, scr->type->fontheight, 0, 855 scr->encoding = vf->font->encoding; 870 vf->font = wf; 871 scr->encoding = vf->font->encoding; 1138 if ((scr->encoding == fs->font->encoding) & [all...] |
/src/sys/dev/sbus/ |
zx.c | 149 8, 16, /* font width/height */ 990 struct wsdisplay_font *font = PICK_FONT(ri, uc); local in function:zx_putchar 1004 x = ri->ri_xorigin + font->fontwidth * col; 1005 y = ri->ri_yorigin + font->fontheight * row; 1006 zx_fillrect(sc, x, y, font->fontwidth, 1007 font->fontheight, bg, ZX_STD_ROP); 1012 ((row * font->fontheight + ri->ri_yorigin) << 11) + 1013 (col * font->fontwidth + ri->ri_xorigin); 1014 fb = (uint8_t *)font->data + (uc - font->firstchar) [all...] |
agten.c | 772 struct wsdisplay_font *font = PICK_FONT(ri, c); local in function:agten_putchar 778 wi = font->fontwidth; 779 he = font->fontheight;
|
/src/sys/arch/sun3/include/ |
mon.h | 149 char **font; /* Font table for FB */ member in struct:sunromvec
|
/src/sys/arch/amiga/dev/ |
itevar.h | 64 u_char *font; member in struct:ite_softc
|
/src/sys/arch/sparc/include/ |
oldmon.h | 195 char **font; /* Font table for FB */ member in struct:om_vector
|
/src/sys/dev/pci/ |
wcfb.c | 849 struct wsdisplay_font *font = PICK_FONT(ri, c); local in function:wcfb_acc_putchar 853 wi = font->fontwidth; 854 he = font->fontheight;
|
r128fb.c | 835 struct wsdisplay_font *font = PICK_FONT(ri, c); local in function:r128fb_putchar 845 if (!CHAR_IN_FONT(c, font)) 848 wi = font->fontwidth; 849 he = font->fontheight; 861 data = WSFONT_GLYPH(c, font); 898 offset = 32 - (font->stride << 3); 905 switch (font->stride) { 935 struct wsdisplay_font *font = PICK_FONT(ri, c); local in function:r128fb_putchar_aa 947 if (!CHAR_IN_FONT(c, font)) 950 wi = font->fontwidth [all...] |
/src/sys/dev/tc/ |
stic.c | 317 /* Get a font and set up screen metrics. */ 326 panic("stic_init: font table is empty"); 329 panic("stic_init: couldn't lock font"); 340 panic("stic_init: unusable font"); 976 struct wsdisplay_font *font; local in function:stic_putchar 998 font = si->si_font; 1010 pb[1] = font->fontheight > 16 ? 0x04ffffff : 0x02ffffff; 1014 r *= font->fontheight; 1015 c *= font->fontwidth; 1016 uc = (uc - font->firstchar) * font->stride * font->fontheight [all...] |
/src/sys/arch/atari/dev/ |
itevar.h | 37 #include <atari/dev/font.h> 62 font_info font; member in struct:ite_softc
|
/src/sys/arch/sun68k/include/ |
mon.h | 153 char **font; /* Font table for FB */ member in struct:sunromvec
|