Home | History | Annotate | Download | only in vsa

Lines Matching refs:fontheight

303 #define QFONT_INDEX(c, line) (QCHAR(c) * spx_font.fontheight + line)
319 (row) * spx_font.fontheight * spx_xsize + \
712 LO(row * spx_font.fontheight + CUR_YBIAS));
714 HI(row * spx_font.fontheight + CUR_YBIAS));
753 SPX_REG(SPX_YSTART) = (row * spx_font.fontheight) << 16;
755 SPX_REG(SPX_YEND) = ((row + 1) * spx_font.fontheight) << 16;
761 row * spx_font.fontheight);
763 + (c * spx_font.fontheight * spx_font.fontwidth);
794 SPXg_REG(SPX_YSTART) = (row * spx_font.fontheight) << 16;
798 SPXg_REG(SPX_YEND) = ((row + 1) * spx_font.fontheight) << 16;
804 row * spx_font.fontheight);
809 (c * spx_font.fontheight * spx_font.fontwidth);
870 row * spx_font.fontheight,
872 row * spx_font.fontheight,
874 spx_font.fontheight);
895 row * spx_font.fontheight,
897 spx_font.fontheight,
911 spx_blkcpy(0, (srcrow * spx_font.fontheight),
912 0, (dstrow * spx_font.fontheight),
913 spx_xsize, (nrows * spx_font.fontheight));
929 spx_blkset(0, (startrow * spx_font.fontheight),
930 spx_xsize, (nrows * spx_font.fontheight),
1383 for (i = 0; i < 256; i++) for (j = 0; j < spx_font.fontheight; j++) {
1387 pixel = ((i * spx_font.fontheight)+ j) * spx_font.fontwidth;
1395 pixel = (((i + 256) * spx_font.fontheight) + j)
1398 if ((ch & (1 << k)) || (j == (spx_font.fontheight - 1)))
1410 for (i = 0; i < 256; i++) for (j = 0; j < spx_font.fontheight; j++) {
1415 + (((i * spx_font.fontheight) + j)
1428 + ((((i + 256) * spx_font.fontheight) + j)
1434 if ((ch & (1 << k)) || (j == (spx_font.fontheight - 1)))
1512 spx_font.fontwidth, spx_font.fontheight);
1516 spx_rows = spx_ysize / spx_font.fontheight;
1521 spx_stdscreen.fontheight = spx_font.fontheight;
1561 if (spx_font.fontheight > 26)
1562 i = spx_font.fontheight - 3;
1563 else if (spx_font.fontheight > 16)
1564 i = spx_font.fontheight - 2;
1566 i = spx_font.fontheight - 1;
1568 for (; i <= spx_font.fontheight - 1; i++) {