Home | History | Annotate | Download | only in dev

Lines Matching defs:fontwidth

189 #define ADCC_SCREEN(name, width, height, depth, fontwidth, fontheight) \
193 width / fontwidth, \
195 &amidisplaycc_emulops, fontwidth, fontheight, \
208 /* name, width, height, depth, fontwidth==8, fontheight */
303 int fontwidth;
462 amidisplaycc_screentab[0].wsdescr.fontwidth;
1257 int fontwidth;
1276 fontwidth = screenp->fontwidth;
1284 dimension.width = screenp->ncols * fontwidth;
1328 KASSERT(fontwidth == 8);
1332 scr->fontwidth = fontwidth;
1875 scr->fontwidth,
1917 font.fontwidth = kernel_font_width_8x8;