HomeSort by: relevance | last modified time | path
    Searched refs:video_line (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
video_subr.c 225 video_line(vc, 40, 40, x , 40);
226 video_line(vc, x , 40, x , y );
227 video_line(vc, x , y , 40, y );
228 video_line(vc, 40, y , 40, 40);
229 video_line(vc, 40, 40, x , y );
230 video_line(vc, x, 40, 40, y );
273 video_line(struct video_chip *vc, int x0, int y0, int x1, int y1) function in typeref:typename:void
video_subr.h 60 void video_line(struct video_chip *, int, int, int, int);
  /src/sys/arch/hpcmips/dev/
ucbtp.c 681 video_line(sc->sc_tc->tc_videot, sc->sc_ox,

Completed in 11 milliseconds