Lines Matching refs:fontwidth
766 sc->sc_defaultscreen.fontwidth = sc->sc_ri.ri_font->fontwidth;
988 x = col * ri->ri_font->fontwidth;
990 width = ri->ri_font->fontwidth;
1019 x = col * ri->ri_font->fontwidth;
1021 width = ri->ri_font->fontwidth;
1050 sx = src * ri->ri_font->fontwidth;
1051 dx = dst * ri->ri_font->fontwidth;
1053 width = num * ri->ri_font->fontwidth;
1077 x = col * ri->ri_font->fontwidth;
1079 width = num * ri->ri_font->fontwidth;
1151 x = ri->ri_ccol * ri->ri_font->fontwidth;
1153 width = ri->ri_font->fontwidth;
1192 for (i = 0; i < font->fontwidth; i++) {
1197 udl_draw_line(sc, pixels, soff, font->fontwidth);