Lines Matching refs:movedpoint_num
58 static void relocate_arcpoint(F_arc *arc, int x, int y, int movedpoint_num);
141 movedpoint_num = pnum; in init_move_point()
148 movedpoint_num = pnum; in init_move_point()
190 if (movedpoint_num == 0) { in init_ellipsepointmoving()
291 relocate_ellipsepoint(new_e, cur_x, cur_y, movedpoint_num); in fix_movedellipsepoint()
363 cur_x = cur_a->point[movedpoint_num].x; in init_arcpointmoving()
364 cur_y = cur_a->point[movedpoint_num].y; in init_arcpointmoving()
394 adjust_pos(x, y, cur_a->point[movedpoint_num].x, in fix_movedarcpoint()
395 cur_a->point[movedpoint_num].y, &x, &y); in fix_movedarcpoint()
397 relocate_arcpoint(new_a, x, y, movedpoint_num); in fix_movedarcpoint()
409 relocate_arcpoint(F_arc *arc, int x, int y, int movedpoint_num) in relocate_arcpoint() argument
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()
422 arc->point[movedpoint_num].y = y; in relocate_arcpoint()