Searched refs:from_y (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtclock.c61 dline(int pair, int from_x, int from_y, int x2, int y2, char ch) argument
73 dy = y2 - from_y;
82 y = from_y;
H A Dncurses.c4510 panner_h_cleanup(int from_y, int from_x, int to_x) argument
4512 if (!panner_legend(from_y))
4513 do_h_line(from_y, from_x, ' ', to_x);
4517 panner_v_cleanup(int from_y, int from_x, int to_y) argument
4519 if (!panner_legend(from_y))
4520 do_v_line(from_y, from_x, ' ', to_y);
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dlib_mvcur.c489 relative_move(string_desc * target, int from_y, int from_x, int to_y, int argument
498 if (to_y != from_y) {
506 if (to_y > from_y) {
507 n = (to_y - from_y);
522 } else { /* (to_y < from_y) */
523 n = (from_y - to_y);
1171 int from_y = roll(lines); local
1176 printf("(%d,%d) -> (%d,%d)\n", from_y, from_x, to_y, to_x);
1177 mvcur(from_y, from_x, to_y, to_x);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32term.c2751 int x, y, width, height, from_y, to_y, bottom_y;
2760 from_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->current_y);
2764 if (to_y < from_y)
2768 if (from_y + run->height > bottom_y)
2769 height = bottom_y - from_y;
2799 from.top = from_y;
2800 from.bottom = from_y + height;
2804 ScrollWindowEx (hwnd, 0, to_y - from_y, &from, &to, dirty,
2740 int x, y, width, height, from_y, to_y, bottom_y; local
H A Dmacterm.c4207 int x, y, width, height, from_y, to_y, bottom_y;
4214 from_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->current_y);
4218 if (to_y < from_y)
4222 if (from_y + run->height > bottom_y)
4223 height = bottom_y - from_y;
4244 x, from_y,
4199 int x, y, width, height, from_y, to_y, bottom_y; local
H A Dxterm.c3101 int x, y, width, height, from_y, to_y, bottom_y;
3108 from_y = WINDOW_TO_FRAME_PIXEL_Y (w, run->current_y);
3112 if (to_y < from_y)
3116 if (from_y + run->height > bottom_y)
3117 height = bottom_y - from_y;
3140 x, from_y,
3091 int x, y, width, height, from_y, to_y, bottom_y; local
3130 x, from_y, local
H A Dxdisp.c21142 int from_x, from_y, to_y;
21187 from_y = WINDOW_TO_FRAME_PIXEL_Y (w, max (min_y, output_cursor.y));
21191 if (to_x > from_x && to_y > from_y)
21194 rif->clear_frame_area (f, from_x, from_y,
21195 to_x - from_x, to_y - from_y);
21102 int from_x, from_y, to_y; local
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim3771 \ 'printer_draw_line(': 'resource printer_handle, int from_x, int from_y, int to_x, int to_y | void',

Completed in 310 milliseconds