Lines Matching defs:vf
614 const struct vt_font *vf;
624 vf = vw->vw_font;
659 col = (i - vw->vw_draw_area.tr_begin.tp_col) / vf->vf_width;
660 row = (y - vw->vw_draw_area.tr_begin.tp_row) / vf->vf_height;
663 src = vtfont_lookup(vf, c);
692 (col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col);
694 (col + 1) * vf->vf_width +
698 x_count -= col * vf->vf_width +
704 src, NULL, vf->vf_width,
706 0, 0, vf->vf_height, fg, bg, 0);
726 drawn_area.tr_end.tp_row = y + vf->vf_height;
753 min(cursor->height - src_y, y + vf->vf_height - my),
754 vf->vf_height);
775 x, y, vf->vf_height);
778 x, y, vf->vf_height);
785 const struct vt_font *vf;
789 vf = vw->vw_font;
817 x1 = (int)((col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col)
820 y1 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row;
832 x2 = (int)howmany(col * vf->vf_width + vw->vw_draw_area.tr_begin.tp_col,
835 y2 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row;
856 for (y = y1; y < y2; y += vf->vf_height) {