Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/daemon/
H A 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/tools/sched/
H A Dschedgraph.py669 def draw(self, canvas, xpos, ypos, item): argument
715 def draw(self, canvas, xpos, ypos): argument
730 def draw(self, canvas, xpos, ypos): argument
757 def draw(self, canvas, xpos, ypos): argument
786 def draw(self, canvas, xpos, ypos): argument
831 def draw(self, canvas, ypos): argument
845 def drawname(self, canvas, ypos): argument
852 def drawcpu(self, canvas, cpu, fromx, tox, ypos): argument
862 def move(self, canvas, xpos, ypos): argument
865 def movename(self, canvas, xpos, ypos): argument
[all …]
/freebsd/sys/dev/syscons/logo/
H A Dlogo_saver.c93 static int xpos = 0, ypos = 0; in logo_update() local
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c118 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_addch.c121 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll()
/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; in aes_gctr() local
/freebsd/sys/dev/syscons/
H A Dsyscons.h284 int ypos; /* current Y position */ member