Home
last modified time | relevance | path

Searched refs:move_corner (Results 1 – 7 of 7) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Ddjopt.c1023 move_corner (c, l->s->x, c->y); in canonicalize_line()
1056 move_corner (c, c->x, l->s->y); in canonicalize_line()
1188 move_corner (c, c2->x, c2->y); in simple_optimize_corner()
1214 move_corner (c, c0->x, c0->y); in simple_optimize_corner()
1926 move_corner (c, c1->x, c0->y); in unjaggy_once()
1928 move_corner (c, c0->x, c1->y); in unjaggy_once()
2390 move_corner (c, x, y); in miter()
2538 move_corner (c1, nx, ny); in connect_corners()
2544 move_corner (c1, nx, ny); in connect_corners()
2728 move_corner (c, t->s->x, c->y); in pinsnap()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-control-gui-priv.h46 GnmCellPos move_corner; /* Corner to move when extending */ member
H A Dsheet-view.h39 GnmCellPos move_corner; member
H A Dselection.c105 if (sv->cursor.move_corner.col == sv->cursor.base_corner.col && in sv_is_singleton_selected()
106 sv->cursor.move_corner.row == sv->cursor.base_corner.row) in sv_is_singleton_selected()
107 return &sv->cursor.move_corner; in sv_is_singleton_selected()
452 if (sv->cursor.move_corner.col == col && in sv_selection_extend_to()
453 sv->cursor.move_corner.row == row && in sv_selection_extend_to()
H A Dsheet-view.c481 sv->cursor.move_corner.col = move_col; in gnm_sheet_view_cursor_set()
482 sv->cursor.move_corner.row = move_row; in gnm_sheet_view_cursor_set()
H A Dsheet-control-gui.c3453 scg->rangesel.move_corner.col = move_col; in scg_rangesel_changed()
3454 scg->rangesel.move_corner.row = move_row; in scg_rangesel_changed()
3636 GnmCellPos tmp = scg->rangesel.move_corner; in scg_rangesel_extend()
3652 scg->rangesel.move_corner.col, in scg_rangesel_extend()
3653 scg->rangesel.move_corner.row, FALSE, TRUE); in scg_rangesel_extend()
3712 GnmCellPos move = sv->cursor.move_corner; in scg_cursor_extend()
H A Dsheet.c2095 sv->cursor.move_corner.col, in sheet_update_only_grid()
2096 sv->cursor.move_corner.row); in sheet_update_only_grid()