Searched refs:ypixel (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsession.h42 u_int row, col, xpixel, ypixel; member in struct:Session
H A Dsshpty.c190 u_int xpixel, u_int ypixel)
198 w.ws_ypixel = ypixel;
189 pty_change_window_size(int ptyfd, u_int row, u_int col, u_int xpixel, u_int ypixel) argument
H A Dsession.c2046 s->ypixel = packet_get_int();
2048 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
2077 s->ypixel = packet_get_int();
2106 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
H A Dserverloop.c946 u_int ypixel = packet_get_int(); local
951 pty_change_window_size(fdin, row, col, xpixel, ypixel);
/freebsd-10.0-release/sys/dev/syscons/
H A Dscvgarndr.c604 if (scp->ypixel > y) {
606 e = s + line_width * (scp->ypixel - y);
657 if (scp->ypixel > y)
658 bzero_io((void *)(p + line_width*y), line_width*(scp->ypixel - y));
1039 ymax = imin(y + 16, scp->ypixel);
1129 ymax = imin(i + scp->font_size, scp->ypixel);
1146 ymax = imin(i + scp->font_size*2, scp->ypixel);
1184 yend = imin(y + 16, scp->ypixel);
H A Dscvidctl.c216 scp->ypixel = scp->ysize*fontsize;
281 scp->ypixel = info.vi_height;
286 sc_mouse_move(scp, scp->xpixel / 2, scp->ypixel / 2);
393 scp->yoff = (scp->ypixel/fontsize - ysize)/2;
H A Dscmouse.c192 if (scp->mouse_ypos > scp->ypixel-1)
193 scp->mouse_ypos = scp->ypixel-1;
H A Dsyscons.h291 int ypixel; /* Y graphics size */ member in struct:scr_stat
H A Dsyscons.c452 scp->ypixel = info.vi_height;
454 scp->ysize = scp->ypixel / fontsize;
2963 sc_mouse_move(scp, scp->xpixel/2, scp->ypixel/2);
3196 sc_mouse_move(scp, scp->xpixel / 2, scp->ypixel / 2);
3240 scp->ypixel = info.vi_height;
3249 scp->ypixel = scp->ysize*info.vi_cheight;

Completed in 176 milliseconds