HomeSort by: relevance | last modified time | path
    Searched refs:fontheight (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/wsfont/
wsfont.h 38 ((c) - font->firstchar) * font->stride * font->fontheight)
wsfontdev.c 87 DPRINTF("%s %dx%d\n", f->name, f->fontwidth, f->fontheight);
92 fd.fd_height = f->fontheight;
136 buf = malloc(d->fontheight * d->stride * d->numchars,
139 d->fontheight * d->stride * d->numchars);
wsfont.c 406 m = p + font->stride * font->numchars * font->fontheight;
422 nr = font->numchars * font->fontheight;
447 cb(f->name, f->fontwidth, f->fontheight, f->stride);
475 newstride = alpha ? font->fontheight : howmany(font->fontheight, 8);
486 (n * font->stride * font->fontheight);
489 for (h = 0; h < font->fontheight; h++) {
526 newfont->fontwidth = font->fontheight;
527 newfont->fontheight = font->fontwidth;
569 ncookie = wsfont_find(font->name, font->fontwidth, font->fontheight,
    [all...]
  /src/sys/arch/amiga/dev/
amidisplaycc.c 189 #define ADCC_SCREEN(name, width, height, depth, fontwidth, fontheight) \
194 height / fontheight, \
195 &amidisplaycc_emulops, fontwidth, fontheight, \
208 /* name, width, height, depth, fontwidth==8, fontheight */
297 int rowbytes; /* linebytes * fontheight */
304 int fontheight; member in struct:amidisplaycc_screen
464 amidisplaycc_screentab[0].wsdescr.fontheight;
556 for (i = scr->fontheight ; i > 0 ; i--) {
586 int fontheight; local in function:amidisplaycc_putchar
630 fontheight = uimin(scr->fontheight, scr->wsfont->fontheight)
808 int fontheight; local in function:amidisplaycc_copyrows
1256 int fontheight; local in function:amidisplaycc_alloc_screen
    [all...]
mntva.c 284 rasops_reconfig(ri, sc->sc_height / ri->ri_font->fontheight,
399 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow;
400 yd = ri->ri_yorigin + ri->ri_font->fontheight * dstrow;
402 he = ri->ri_font->fontheight * nrows;
426 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
428 he = ri->ri_font->fontheight * nrows;
449 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
451 h = ri->ri_font->fontheight;
471 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
473 h = ri->ri_font->fontheight;
    [all...]
  /src/usr.sbin/wsfontload/
wsfontload.c 149 f.fontheight = DEFHEIGHT;
171 if (sscanf(optarg, "%d", &f.fontheight) != 1)
236 len = f.fontheight * f.numchars * f.stride;
261 f.fontheight = le32toh(foo);
268 len = f.numchars * f.fontheight * f.stride;
293 printf("fontheight: %d\n", f.fontheight);
  /src/sys/arch/vax/vsa/
spx.c 303 #define QFONT_INDEX(c, line) (QCHAR(c) * spx_font.fontheight + line)
319 (row) * spx_font.fontheight * spx_xsize + \
712 LO(row * spx_font.fontheight + CUR_YBIAS));
714 HI(row * spx_font.fontheight + CUR_YBIAS));
753 SPX_REG(SPX_YSTART) = (row * spx_font.fontheight) << 16;
755 SPX_REG(SPX_YEND) = ((row + 1) * spx_font.fontheight) << 16;
761 row * spx_font.fontheight);
763 + (c * spx_font.fontheight * spx_font.fontwidth);
794 SPXg_REG(SPX_YSTART) = (row * spx_font.fontheight) << 16;
798 SPXg_REG(SPX_YEND) = ((row + 1) * spx_font.fontheight) << 16
    [all...]
lcg.c 204 qf2[QCHAR(c) * lcg_font.fontheight + line] : \
205 qf[QCHAR(c) * lcg_font.fontheight + line]))
207 lcgaddr[((col) * lcg_font.fontwidth) + ((row) * lcg_font.fontheight * lcg_xsize) + \
513 ss->ss_curx].data, lcg_font.fontheight - 1);
529 cursor = &LCG_ADDR(row, col, lcg_font.fontheight - 1, 0);
585 lcg_font.fontwidth, lcg_font.fontheight, dot_fg, dot_bg);
587 for (i = 0; i < lcg_font.fontheight; i++) {
595 char *p = &LCG_ADDR(row, col, lcg_font.fontheight - 1, 0);
619 for (i = 0; i < lcg_font.fontheight; i++)
626 (ncols * lcg_font.fontwidth), lcg_font.fontheight);
    [all...]
gpx.c 533 dy = row * font->fontheight + ri->ri_yorigin;
537 sy = GPX_HEIGHT - (1 + uc / ss->ss_gpr) * font->fontheight;
563 ss->ss_adder->slow_dest_dy = font->fontheight;
568 ss->ss_adder->source_1_dy = font->fontheight;
572 gpx_fillrect(ss, dx, dy + font->fontheight - 2, font->fontwidth,
588 y = ri->ri_yorigin + row * font->fontheight;
589 h = font->fontheight;
604 y = ri->ri_yorigin + row * font->fontheight;
605 dy = font->fontheight;
620 sy = ri->ri_yorigin + src * font->fontheight;
    [all...]
  /src/sys/arch/sgimips/gio/
light.c 137 .fontheight = 16,
403 ((ch - font->firstchar) * font->fontheight * font->stride);
405 y = row * font->fontheight;
410 rex_write(dc, REX_PAGE0_SET, REX_P0REG_YENDI, y + font->fontheight - 1);
424 for (i = 0; i < font->fontheight; i++) {
441 from_y = row * font->fontheight;
445 height = font->fontheight;
459 from_y = row * font->fontheight;
461 to_y = from_y + font->fontheight - 1;
475 from_y = srcrow * font->fontheight;
    [all...]
newport.c 112 .fontheight = 16,
665 rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
700 rasops_reconfig(ri, dc->dc_yres / ri->ri_font->fontheight,
727 he = ri->ri_font->fontheight;
756 font->fontheight * font->stride;
760 int y = row * font->fontheight + ri->ri_yorigin;
789 for (i = 0; i < font->fontheight; i++) {
798 for (i = 0; i < font->fontheight; i++) {
820 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
822 height = ri->ri_font->fontheight;
    [all...]
grtwo.c 139 .fontheight = 16,
569 row * dc->dc_fontdata->fontheight);
603 u_int8_t *bitmap = (u_int8_t *) font->data + (ch - font->firstchar + 1) * font->fontheight * font->stride;
607 int y = dc->yres - ( (row + 1) * font->fontheight);
622 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, font->fontheight);
629 for (i = 0; i < font->fontheight; i++) {
638 for (i = font->fontheight; i < 18; i++)
682 srcrow * font->fontheight, /* y1 */
684 dstrow * font->fontheight, /* y2 */
686 nrows * font->fontheight);
    [all...]
  /src/sys/arch/hp300/dev/
diofb.c 221 fb->wsd.fontheight = ri->ri_font->fontheight;
369 row *= ri->ri_font->fontheight;
373 n, ri->ri_font->fontheight, RR_COPY, 0xff);
382 n *= ri->ri_font->fontheight;
383 src *= ri->ri_font->fontheight;
384 dst *= ri->ri_font->fontheight;
404 srow = row * ri->ri_font->fontheight + ri->ri_yorigin;
411 ri->ri_font->fontheight, RR_CLEAR, 0xff ^ bg) != 0)
431 srow = row * ri->ri_font->fontheight + ri->ri_yorigin
    [all...]
  /src/sys/dev/rasops/
rasops.c 346 ri->ri_optfont.fontheight * ri->ri_optfont.numchars);
354 ri->ri_optfont.fontheight = ri->ri_font->fontheight;
356 len = ri->ri_optfont.fontheight * ri->ri_optfont.stride *
409 ri->ri_emuheight = ri->ri_font->fontheight * wantrows;
424 ri->ri_cols = ri->ri_emuheight / ri->ri_font->fontheight;
429 ri->ri_rows = ri->ri_emuheight / ri->ri_font->fontheight;
437 ri->ri_yscale = ri->ri_font->fontheight * ri->ri_stride;
438 ri->ri_fontscale = ri->ri_font->fontheight * ri->ri_font->stride;
486 height = ri->ri_font->fontheight;
    [all...]
  /src/sys/arch/usermode/dev/
vncfb.c 144 .fontheight = 16,
305 rasops_reconfig(ri, sc->sc_height / ri->ri_font->fontheight,
337 y = ri->ri_yorigin + (row * ri->ri_font->fontheight);
339 h = ri->ri_font->fontheight;
355 y = ri->ri_yorigin + (row * ri->ri_font->fontheight);
356 h = ri->ri_font->fontheight;
380 y = ri->ri_yorigin + (row * ri->ri_font->fontheight);
381 h = ri->ri_font->fontheight;
397 int fontheight; local in function:vncfb_copyrows
406 fontheight = ri->ri_font->fontheight
    [all...]
  /src/sys/dev/pci/
wcfb.c 518 rasops_reconfig(ri, sc->sc_height / ri->ri_font->fontheight,
551 int offset = (ri->ri_yorigin + row * ri->ri_font->fontheight) *
560 for (i = 0; i < ri->ri_font->fontheight; i++) {
626 int offset = (ri->ri_yorigin + row * ri->ri_font->fontheight) *
635 for (i = 0; i < ri->ri_font->fontheight; i++) {
650 int offset = (ri->ri_yorigin + row * ri->ri_font->fontheight) *
659 for (i = 0; i < ri->ri_font->fontheight; i++) {
675 int offset = (ri->ri_yorigin + dstrow * ri->ri_font->fontheight) *
685 for (i = 0; i < ri->ri_font->fontheight * nrows; i++) {
700 int offset = (ri->ri_yorigin + row * ri->ri_font->fontheight) *
    [all...]
lynxfb.c 527 rasops_reconfig(ri, fb->height / ri->ri_font->fontheight,
583 rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
591 fb->wsd.fontheight = ri->ri_font->fontheight;
685 num *= f->fontheight;
686 src *= f->fontheight;
687 dst *= f->fontheight;
702 row *= f->fontheight;
705 ri->ri_xorigin + dst, ri->ri_yorigin + row, num, f->fontheight);
715 row *= f->fontheight;
    [all...]
r128fb.c 298 ri->ri_font->fontheight,
318 ri->ri_font->fontheight,
554 rasops_reconfig(ri, sc->sc_height / ri->ri_font->fontheight,
806 he = ri->ri_font->fontheight;
849 he = font->fontheight;
951 he = font->fontheight;
1060 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
1062 height = ri->ri_font->fontheight;
1077 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
1079 height = ri->ri_font->fontheight;
    [all...]
  /src/sys/arch/evbppc/explora/dev/
fb_elb.c 413 row *= ri->ri_font->fontheight;
414 nrows *= ri->ri_font->fontheight;
425 row *= ri->ri_font->fontheight;
429 s3_fill(fb, startcol, row, ncols, ri->ri_font->fontheight,
439 srcrow *= ri->ri_font->fontheight;
440 dstrow *= ri->ri_font->fontheight;
441 nrows *= ri->ri_font->fontheight;
452 row *= ri->ri_font->fontheight;
458 ncols, ri->ri_font->fontheight, 0x0f);
  /src/sys/dev/ic/
vga_subr.c 172 vga_6845_write(vh, maxrow, type->fontheight - 1);
175 vga_6845_write(vh, vde, type->fontheight * type->nrows - 1);
179 vga_6845_write(vh, curstart, type->fontheight - 2);
180 vga_6845_write(vh, curend, type->fontheight - 1);
ct65550.c 95 8, 16, /* fontwidth, fontheight */
265 ri->ri_font->fontheight,
280 ri->ri_font->fontheight,
414 he = ri->ri_font->fontheight;
457 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
459 height = ri->ri_font->fontheight;
475 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
477 height = ri->ri_font->fontheight;
494 ys = ri->ri_yorigin + ri->ri_font->fontheight * srcrow;
495 yd = ri->ri_yorigin + ri->ri_font->fontheight * dstrow
    [all...]
igsfb.c 471 rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
519 KASSERT(f->fontheight <= IGS_CURSOR_MAX_SIZE);
536 dc->dc_cursor.cc_size.y = f->fontheight;
544 for (i = 0; i < f->fontheight; ++i)
1167 + ri->ri_crow * ri->ri_font->fontheight;
1278 height = num * ri->ri_font->fontheight;
1282 + src * ri->ri_font->fontheight);
1285 + dst * ri->ri_font->fontheight);
1301 height = ri->ri_font->fontheight;
1305 + row * ri->ri_font->fontheight);
    [all...]
  /src/sys/arch/evbmips/gdium/
gdium_genfb.c 91 rasops_reconfig(ri, ri->ri_height / ri->ri_font->fontheight,
  /src/sys/dev/pci/voyager/
voyagerfb.c 334 ri->ri_font->fontheight,
615 rasops_reconfig(ri, sc->sc_height / ri->ri_font->fontheight,
875 he = ri->ri_font->fontheight;
944 he = font->fontheight;
1006 he = font->fontheight;
1096 he = font->fontheight;
1195 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
1197 height = ri->ri_font->fontheight;
1213 y = ri->ri_yorigin + ri->ri_font->fontheight * row;
1215 height = ri->ri_font->fontheight;
    [all...]
  /src/sys/arch/playstation2/ee/
gsfb.c 244 .fontheight = 16,
396 gsfb_set_cursor_pos(buf, col, row, font->fontwidth, font->fontheight);
444 TRXPOS_DXY(buf, col * font->fontwidth, row * font->fontheight);
456 int y = sc->sc_font->fontheight * row;
489 int h = sc->sc_font->fontheight;
600 font->fontheight * font->stride;
601 for (i = 0; i < font->fontheight; i++, bitmap++) {

Completed in 85 milliseconds

1 2 3 4 5