Home
last modified time | relevance | path

Searched refs:movedpoint_num (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_movept.c141 movedpoint_num = pnum; in init_move_point()
148 movedpoint_num = pnum; in init_move_point()
190 if (movedpoint_num == 0) { in init_ellipsepointmoving()
363 cur_x = cur_a->point[movedpoint_num].x; in init_arcpointmoving()
364 cur_y = cur_a->point[movedpoint_num].y; in init_arcpointmoving()
395 cur_a->point[movedpoint_num].y, &x, &y); in fix_movedarcpoint()
397 relocate_arcpoint(new_a, x, y, movedpoint_num); in fix_movedarcpoint()
417 p[movedpoint_num].x = x; in relocate_arcpoint()
418 p[movedpoint_num].y = y; in relocate_arcpoint()
421 arc->point[movedpoint_num].x = x; in relocate_arcpoint()
[all …]
H A Du_elastic.h49 extern intptr_t movedpoint_num;
H A Du_elastic.c44 intptr_t movedpoint_num; variable
751 adjust_pos(x, y, cur_a->point[movedpoint_num].x, in reshaping_arc()
752 cur_a->point[movedpoint_num].y, &cur_x, &cur_y); in reshaping_arc()
753 if (movedpoint_num == 1) { in reshaping_arc()
768 switch (movedpoint_num) { in elastic_arclink()