Searched refs:elastic_poly (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | d_regpoly.c | 71 elastic_poly(fix_x, fix_y, cur_x, cur_y, work_numsides); in init_regpoly_drawing() 79 elastic_poly(fix_x, fix_y, cur_x, cur_y, work_numsides); in cancel_regpoly() 96 elastic_poly(fix_x, fix_y, cur_x, cur_y, work_numsides); in create_regpoly()
|
H A D | u_elastic.h | 61 extern void elastic_poly(int x1, int y1, int x2, int y2, int numsides);
|
H A D | u_elastic.c | 467 elastic_poly(int x1, int y1, int x2, int y2, int numsides) in elastic_poly() function 501 elastic_poly(fix_x, fix_y, cur_x, cur_y, work_numsides); in resizing_poly() 506 elastic_poly(fix_x, fix_y, cur_x, cur_y, work_numsides); in resizing_poly()
|