Searched refs:box_x (Results 1 - 4 of 4) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
H A D | inputbox.c | 47 int i, x, y, box_y, box_x, box_width; local 90 box_x = (width - box_width) / 2; 91 draw_box(dialog, y + 1, box_x - 1, 3, box_width + 2, 97 wmove(dialog, box_y, box_x); 111 wmove(dialog, box_y, box_x + input_x); 134 wmove(dialog, box_y, box_x); 143 mvwaddch(dialog, box_y, input_x + box_x, ' '); 144 wmove(dialog, box_y, input_x + box_x); 156 wmove(dialog, box_y, box_x); 160 wmove(dialog, box_y, input_x++ + box_x); [all...] |
H A D | checklist.c | 114 int i, x, y, box_x, box_y; local 161 box_x = (width - list_width) / 2 - 1; 165 x + box_x + 1); 170 draw_box(dialog, box_y, box_x, list_height + 2, list_width + 2, 193 box_y, box_x + check_x + 5, list_height); 229 scroll, box_y, box_x + check_x + 5, list_height); 257 scroll, box_y, box_x + check_x + 5, list_height);
|
H A D | menubox.c | 185 int i, j, x, y, box_x, box_y; local 229 box_x = (width - menu_width) / 2 - 1; 233 y + box_y + 1, x + box_x + 1); 237 draw_box(dialog, box_y, box_x, menu_height + 2, menu_width + 2, 274 box_y, box_x + item_x + 1, menu_height); 362 box_y, box_x + item_x + 1, menu_height);
|
/external/libvncserver/x11vnc/ |
H A D | userinput.c | 4345 int box_x, box_y, box_w, box_h; local 4556 box_x = x; 4780 if (x != box_x || y != box_y) { 4782 if (0) fprintf(stderr, "DRAW1 %d %d\n", x - box_x, y - box_y); 4800 if (x != box_x && y != box_y && w != box_w && h != box_h) { 4883 box_x = x; 5071 x1 = nmin(box_x, orig_x) - f; 5073 x2 = nmax(box_x + box_w, orig_x + orig_w) + f;
|
Completed in 183 milliseconds