Lines Matching refs:fontheight
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);
645 for (i = 0; i < lcg_font.fontheight; i++)
649 (ncols * lcg_font.fontwidth), lcg_font.fontheight, (fillattr & LCG_BG_MASK) >> 4);
667 (lcg_cols * lcg_font.fontwidth), (nrows * lcg_font.fontheight));
687 (nrows * lcg_font.fontheight), (fillattr & LCG_BG_MASK) >> 4);
854 lcg_font.fontwidth, lcg_font.fontheight, dot_fg, dot_bg);
856 for (iter = 0; iter < lcg_font.fontheight; iter++) {
866 lcg_font.fontheight - 1, j) = dot_fg;
870 ((lcg_font.fontheight - 1) * lcg_xsize) +
1098 lcg_rows = lcg_ysize / lcg_font.fontheight;
1102 lcg_font.fontwidth, lcg_font.fontheight);
1105 lcg_onerow = lcg_xsize * lcg_font.fontheight;
1110 lcg_stdscreen.fontheight = lcg_font.fontheight;
1111 lcg_glyph_size = lcg_font.stride * lcg_font.fontheight;
1129 for (line = 0; line < lcg_font.fontheight; line++) {
1132 fontaddr[(ch * lcg_font.fontheight) + line] = temp;
1135 fontaddr[(ch * lcg_font.stride * lcg_font.fontheight) + line] = temp & 0xff;
1136 fontaddr[(ch * lcg_font.stride * lcg_font.fontheight) + line + 1] = (temp >> 16) & 0xff;