Home | History | Annotate | Download | only in dev

Lines Matching defs:fontheight

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;
464 amidisplaycc_screentab[0].wsdescr.fontheight;
556 for (i = scr->fontheight ; i > 0 ; i--) {
586 int fontheight;
630 fontheight = uimin(scr->fontheight, scr->wsfont->fontheight);
638 fontreal += scr->wsfont->fontheight * (ch - fontlow);
651 for (j = 0 ; j < fontheight ; j++) {
659 for (j = 0 ; j < fontheight ; j++) {
674 for (j = 0 ; j < fontheight ; j++) {
686 for (j = 0 ; j < fontheight ; j++) {
729 for (j = 0 ; j < scr->fontheight ; j++) {
787 for (j = 0 ; j < scr->fontheight ; j++) {
808 int fontheight;
832 fontheight = scr->fontheight;
885 for (i=0 ; i < fontheight ; i++) {
904 for (i = 0 ; i < fontheight ; i++) {
977 for (j = 0 ; j < scr->fontheight * nrows ; j++) {
1256 int fontheight;
1277 fontheight = screenp->fontheight;
1285 dimension.height = screenp->nrows * fontheight;
1316 scr->rowbytes = scr->linebytes * fontheight;
1333 scr->fontheight = fontheight;
1876 scr->fontheight,
1919 font.fontheight = kernel_font_height_8x8;