Lines Matching refs:height
362 wsz.height = ite_default_height; in view_init()
387 vs.height = winsz->height; in ite_newsize()
398 ip->rows = view->display.height / ip->font.height; in ite_newsize()
404 ite_default_height = view->display.height; in ite_newsize()
436 cci->ft_y = ip->font.height; in ite_newsize()
454 cci->font_cell[i] = cci->font_cell[i - 1] + ip->font.height; in ite_newsize()
481 ws.ws_ypixel = view->display.height; in itecc_ioctl()
534 cend = ip->font.height - 1; in cursor32()
558 cend = ip->font.height - 1; in cursor32()
631 for (i = 0; i < ip->font.height; i++) { in clear8()
651 for (i = ((ip->font.height) * h) - 1; i >= 0; i--) { in clear8()
673 scrollbmap(bm, 0, dy * ip->font.height, bm->bytes_per_row >> 3, in scroll8()
674 (ip->bottom_margin - dy + 1) * ip->font.height, in scroll8()
675 0, -(count * ip->font.height)); in scroll8()
678 scrollbmap(bm, 0, sy * ip->font.height, bm->bytes_per_row >> 3, in scroll8()
679 (ip->bottom_margin - sy + 1) * ip->font.height, in scroll8()
680 0, count * ip->font.height); in scroll8()
687 for (j = ip->font.height - 1; j >= 0; j--) { in scroll8()
708 for (j = ip->font.height - 1; j >= 0; j--) { in scroll8()
728 scrollbmap (bmap_t *bm, u_short x, u_short y, u_short width, u_short height, in scrollbmap() argument
745 u_long count = lwpr * (height - dy); in scrollbmap()
784 long count = lwpr * (height + dy); in scrollbmap()