Lines Matching refs:ftheight
57 ip->ftheight = getbyte(ip, fontaddr + FONTHEIGHT);
59 ip->rows = ip->dheight / ip->ftheight;
70 ip->cblanky = ip->fonty + ((128 / ip->cpl) +1) * ip->ftheight;
79 ip->cblanky = ip->fonty + ((128 / ip->cpl) + 1) * ip->ftheight;
97 (ip->fonty + (c / ip->cpl) * ip->ftheight) * stride;
99 for (l = 0; l < ip->ftheight; l++) {
114 int glyphsize = bytewidth * ip->ftheight;
122 (ip->fonty + (c / ip->cpl) * ip->ftheight) * ip->fbwidth +
139 for (l = 0; l < ip->ftheight; l++) {
162 (*ip->bmv)(ip, ip->cblanky, ip->cblankx, ip->cursory * ip->ftheight, \
163 ip->cursorx * ip->ftwidth, ip->ftheight, ip->ftwidth, RR_XOR)
189 dy * ip->ftheight, dx * ip->ftwidth,
190 ip->ftheight, ip->ftwidth, RR_COPY);
198 dy * ip->ftheight, dx * ip->ftwidth,
199 ip->ftheight, ip->ftwidth, RR_COPY);
206 (*ip->bmv)(ip, sy * ip->ftheight, sx * ip->ftwidth,
207 sy * ip->ftheight, sx * ip->ftwidth,
208 h * ip->ftheight, w * ip->ftwidth, RR_CLEAR);
215 (*ip->bmv)(ip, ip->ftheight, 0, 0, 0, (ip->rows - 1) * ip->ftheight,