HomeSort by: relevance | last modified time | path
    Searched defs:font (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/bebox/stand/boot/
iso_font.h 33 static const unsigned char font[] = { variable in typeref:typename:const unsigned char[]
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[]
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_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;
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
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), " -> ");
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...]
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...]

Completed in 36 milliseconds

1 2 3 4 5