Home | History | Annotate | Download | only in vsa

Lines Matching refs:fontwidth

318 	((col) * spx_font.fontwidth +		   \
708 LO(col * spx_font.fontwidth + CUR_XBIAS));
710 HI(col * spx_font.fontwidth + CUR_XBIAS));
752 SPX_REG(SPX_XSTART) = (col * spx_font.fontwidth) << 16;
754 SPX_REG(SPX_XEND) = ((col + 1) * spx_font.fontwidth) << 16;
760 SPX_REG(SPX_DSTPIX) = temp + LINEAR(col * spx_font.fontwidth,
763 + (c * spx_font.fontheight * spx_font.fontwidth);
765 SPX_REG(SPX_STRIDE) = (spx_font.fontwidth << 16) | spx_xsize;
792 SPXg_REG(SPX_XSTART) = (col * spx_font.fontwidth) << 16;
796 SPXg_REG(SPX_XEND) = ((col + 1) * spx_font.fontwidth) << 16;
803 SPXg_REG(SPX_DSTPIX) = temp + LINEAR(col * spx_font.fontwidth,
809 (c * spx_font.fontheight * spx_font.fontwidth);
813 SPXg_REG(SPX_STRIDE) = (spx_font.fontwidth << 16) | spx_xsize;
869 spx_blkcpy(srccol * spx_font.fontwidth,
871 dstcol * spx_font.fontwidth,
873 ncols * spx_font.fontwidth,
894 spx_blkset(startcol * spx_font.fontwidth,
896 ncols * spx_font.fontwidth,
1387 pixel = ((i * spx_font.fontheight)+ j) * spx_font.fontwidth;
1388 for (k = 0; k < spx_font.fontwidth; k++)
1396 * spx_font.fontwidth;
1397 for (k = 0; k < spx_font.fontwidth; k++)
1413 for (k = 0; k < spx_font.fontwidth; k++) {
1416 * spx_font.fontwidth) + k;
1426 for (k = 0; k < spx_font.fontwidth; k++) {
1429 * spx_font.fontwidth) + k;
1512 spx_font.fontwidth, spx_font.fontheight);
1515 spx_cols = spx_xsize / spx_font.fontwidth;
1520 spx_stdscreen.fontwidth = spx_font.fontwidth;
1569 for (j = 0; j < (spx_font.fontwidth >> 2); j++)
1571 k = (spx_font.fontwidth & 3) << 1;