HomeSort by: relevance | last modified time | path
    Searched defs:retina_clear (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
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);
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);

Completed in 26 milliseconds