Home
last modified time | relevance | path

Searched defs:ypos (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/syscons/daemon/
Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string()
/freebsd-9-stable/tools/sched/
Dschedgraph.py657 def draw(self, canvas, xpos, ypos, item): argument
703 def draw(self, canvas, xpos, ypos): argument
718 def draw(self, canvas, xpos, ypos): argument
745 def draw(self, canvas, xpos, ypos): argument
774 def draw(self, canvas, xpos, ypos): argument
817 def draw(self, canvas, ypos): argument
831 def drawname(self, canvas, ypos): argument
838 def drawcpu(self, canvas, cpu, fromx, tox, ypos): argument
848 def move(self, canvas, xpos, ypos): argument
851 def movename(self, canvas, xpos, ypos): argument
[all …]
/freebsd-9-stable/sys/dev/syscons/logo/
Dlogo_saver.c93 static int xpos = 0, ypos = 0; in logo_update() local
/freebsd-9-stable/contrib/ncurses/ncurses/base/
Dlib_addch.c126 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T * ypos) in newline_forces_scroll()
/freebsd-9-stable/sys/dev/drm2/i915/
Dintel_tv.c1039 int xpos = 0x0, ypos = 0x0; in intel_tv_mode_set() local
/freebsd-9-stable/sys/dev/syscons/
Dsyscons.h285 int ypos; /* current Y position */ member