ite_rt.c | 60 void retina_clear(struct ite_softc *, int, int, int, int); 96 gp->g_iteclear = retina_clear; 158 retina_clear (ip, top, 0, bottom - top, ip->cols); 286 retina_clear (ip, top, 0, bottom - top, ip->cols); 415 retina_clear(struct ite_softc *ip, int sy, int sx, int h, int w) function in typeref:typename:void 451 retina_clear(ip, ip->bottom_margin + 1 - count, 0, count, 460 retina_clear(ip, sy, 0, count, ip->cols); 465 retina_clear(ip, sy, sx, 1, count); 469 retina_clear(ip, sy, ip->cols - count, 1, count);
|