Lines Matching refs:ftwidth
221 ip->cols = cci->view->display.width / ip->ftwidth;
250 cci->ft_x = ip->ftwidth;
286 ip->ftwidth = kernel_font_width;
292 if (ip->ftwidth > 8)
415 ofs = (ip->cursorx * ip->ftwidth);
425 BFCLR(pl, ofs, ip->ftwidth);
430 BFCHG(pl, ofs, ip->ftwidth);
449 ofs = ip->cursorx * ip->ftwidth;
453 BFSET(pl, ofs, ip->ftwidth);
458 BFCHG(pl, ofs, ip->ftwidth);
718 int ofs = sx * ip->ftwidth;
725 BFCLR(ppl, ofs, ip->ftwidth);
728 ofs += ip->ftwidth;
770 int sofs = (ip->cols - count) * ip->ftwidth;
771 int dofs = (ip->cols) * ip->ftwidth;
781 sofs2 -= ip->ftwidth;
782 dofs2 -= ip->ftwidth;
783 BFEXT(t, pl, sofs2, ip->ftwidth);
784 BFINS(t, pl, dofs2, ip->ftwidth);
791 int sofs = (sx) * ip->ftwidth;
792 int dofs = (sx - count) * ip->ftwidth;
802 BFEXT(t, pl, sofs2, ip->ftwidth);
803 BFINS(t, pl, dofs2, ip->ftwidth);
804 sofs2 += ip->ftwidth;
805 dofs2 += ip->ftwidth;