Searched refs:startx (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Doverwrite.c38 int x, y, endy, endx, starty, startx; local
44 startx = max(win1->_begx, win2->_begx);
47 if (starty >= endy || startx >= endx)
51 starty, startx, endy, endx);
53 x = endx - startx;
55 (void) memmove(&win2->_y[y - win2->_begy][startx - win2->_begx],
56 &win1->_y[y - win1->_begy][startx - win1->_begx], x);
57 (void) touchline(win2, y, startx - win2->_begx,
H A Dclrtobot.c36 int startx; local
39 startx = win->_curx;
43 for (sp = &win->_y[y][startx]; sp < end; sp++)
53 startx = 0;
H A Doverlay.c38 int x, y, endy, endx, starty, startx; local
45 startx = max(win1->_begx, win2->_begx);
50 starty, startx, endy, endx);
52 if (starty >= endy || startx >= endx)
58 x = startx - win2->_begx;
59 for (sp = &win1->_y[y1][startx - win1->_begx]; sp < end; sp++) {
H A Dtoucholap.c36 int y, endy, endx, starty, startx; local
42 startx = max(win1->_begx, win2->_begx);
47 starty, startx, endy, endx);
55 if (starty >= endy || startx >= endx)
58 startx -= win2->_begx;
63 (void) touchline(win2, y, startx, endx);
/opensolaris-onvv-gate/usr/src/lib/libeti/panel/common/
H A Dmove.c43 move_panel(PANEL *panel, int starty, int startx) argument
51 if (mvwin(panel -> win, starty, startx) == ERR)
61 mvwin(panel -> win, starty, startx) == ERR)
H A Dllib-lpanel93 move_panel(PANEL *panel, int starty, int startx)
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java52 int startx, starty; /* starting point for layout */ field in class:GBLayoutInfo
426 origin.x = layoutInfo.startx;
524 d = layoutInfo.startx;
1730 info.startx = diffw/2;
1736 info.startx = 0;
1742 info.startx = diffw;
1774 info.startx += insets.left;
1784 r.x = info.startx;

Completed in 59 milliseconds