Lines Matching defs:ip
55 gbox_init(struct ite_data *ip)
57 struct gboxfb *regbase = (void *)ip->regbase;
59 ip->bmv = gbox_windowmove;
94 ite_fontinfo(ip);
95 ite_fontinit8bpp(ip);
101 gbox_windowmove(ip, 0, 0, 0, 0, ip->dheight, ip->dwidth, RR_CLEAR);
107 gbox_windowmove(ip, charY(ip, ' '), charX(ip, ' '),
108 ip->cblanky, ip->cblankx, ip->ftheight,
109 ip->ftwidth, RR_COPYINVERTED);
113 gbox_scroll(struct ite_data *ip)
115 struct gboxfb *regbase = (void *)ip->regbase;
120 ite_dio_scroll(ip);
124 gbox_windowmove(struct ite_data *ip, int sy, int sx, int dy, int dx, int h,
127 struct gboxfb *regbase = (void *)ip->regbase;