Lines Matching refs:ftheight
155 ip->ftheight = kernel_font_height;
168 ba->data = ip->ftheight;
184 i = (ip->font_hi - ip->font_lo + 1) * ip->ftheight;
199 if (ip->ftwidth >0 && ip->ftheight > 0) {
201 ip->rows = ip->grf->g_display.gd_dheight / ip->ftheight;
220 printf("ulowell_init: %d %d %d %d %d %d\n", ip->ftwidth, ip->ftheight,
252 cmd[2] = 1024 - ip->ftheight;
254 cmd[4] = ip->ftheight;
256 cmd[6] = ip->cursory * ip->ftheight;
262 cmd[3] = ip->cursory * ip->ftheight;
264 cmd[5] = ip->ftheight;
280 cmd[2] = ip->cursory * ip->ftheight;
282 cmd[4] = ip->ftheight;
284 cmd[6] = 1024 - ip->ftheight;
290 cmd[3] = ip->cursory * ip->ftheight;
292 cmd[5] = ip->ftheight;
324 cmd[2] = top * ip->ftheight; /* y */
326 cmd[4] = (bottom-top+1) * ip->ftheight; /* h */
328 cmd[6] = (top-lines) * ip->ftheight; /* dst y */
359 cmd[2] = top * ip->ftheight; /* y */
361 cmd[4] = (bottom - top - lines) * ip->ftheight; /* h */
363 cmd[6] = (top + lines) * ip->ftheight; /* dst y */
387 cmd[5] = dy * ip->ftheight;
407 cmd[3] = sy * ip->ftheight;
409 cmd[5] = h * ip->ftheight;
435 cmd[2] = sy * ip->ftheight;
437 cmd[4] = ip->ftheight;
439 cmd[6] = sy * ip->ftheight;
445 cmd[2] = sy * ip->ftheight;
447 cmd[4] = ip->ftheight;
449 cmd[6] = sy * ip->ftheight;