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
iso_font.h 33 static const unsigned char font[] = { variable
  /src/sys/arch/prep/stand/boot/
iso_font.h 33 static const unsigned char font[] = { variable
iso_font.h 33 static const unsigned char font[] = { variable
  /src/sys/dev/rasops/
rasops1_putchar_width.h 65 struct wsdisplay_font *font = PICK_FONT(ri, uc); local
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
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
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
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_width.h 210 struct wsdisplay_font *font = PICK_FONT(ri, uc); local
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
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
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_width.h 210 struct wsdisplay_font *font = PICK_FONT(ri, uc); local
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;
rasops_putchar.h 101 struct wsdisplay_font *font = PICK_FONT(ri, uc); local
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.h 101 struct wsdisplay_font *font = PICK_FONT(ri, uc); local
109 if (__predict_false(!CHAR_IN_FONT(uc, font)))
121 height = font->fontheight;
122 width = font->fontwidth;
145 fr = FONT_GLYPH(uc, font, ri);
  /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
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
678 struct wsdisplay_font *font = dc->dc_fontdata; local
693 struct wsdisplay_font *font = dc->dc_fontdata; local
    [all...]
light.c 304 panic("light_attach_common: unable to lock font data");
397 struct wsdisplay_font *font = dc->dc_fontdata; local
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
455 struct wsdisplay_font *font = dc->dc_fontdata; local
471 struct wsdisplay_font *font = dc->dc_fontdata; local
489 struct wsdisplay_font *font = dc->dc_fontdata; local
    [all...]
grtwo.c 485 panic("grtwo_attach_common: unable to lock font data");
602 struct wsdisplay_font *font = dc->dc_fontdata; local
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
678 struct wsdisplay_font *font = dc->dc_fontdata; local
693 struct wsdisplay_font *font = dc->dc_fontdata; local
    [all...]
light.c 304 panic("light_attach_common: unable to lock font data");
397 struct wsdisplay_font *font = dc->dc_fontdata; local
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
455 struct wsdisplay_font *font = dc->dc_fontdata; local
471 struct wsdisplay_font *font = dc->dc_fontdata; local
489 struct wsdisplay_font *font = dc->dc_fontdata; local
    [all...]
  /src/sys/arch/playstation2/ee/
gsfb.c 217 * std: screen size 640 x 480, font size 8 x 16
369 int font; local
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
396 gsfb_set_cursor_pos(buf, col, row, font->fontwidth, font->fontheight);
415 struct wsdisplay_font *font = sc->sc_font; local
417 if (font->encoding != WSDISPLAY_FONTENC_ISO
438 struct wsdisplay_font *font = sc->sc_font; local
    [all...]
  /src/sys/arch/sun3/include/
mon.h 149 char **font; /* Font table for FB */ member in struct:sunromvec
  /src/sys/arch/sun68k/include/
mon.h 153 char **font; /* Font table for FB */ member in struct:sunromvec

Completed in 73 milliseconds

1 2 3 4 5