Home
last modified time | relevance | path

Searched refs:compute_arccenter (Results 1 – 8 of 8) sorted by relevance

/dports/math/abs/abs-src-0.908/Fig/
H A Dfig.c67 compute_arccenter (p1, p2, p3, x, y) in compute_arccenter() function
337 compute_arccenter (p1, p2, p3, &cx, &cy);
439 compute_arccenter (p1, p2, p3, &cx, &cy);
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_geom.h28 extern int compute_arccenter (F_pos p1, F_pos p2, F_pos p3, float *x, float *y);
H A Du_geom.c33 int compute_arccenter (F_pos p1, F_pos p2, F_pos p3, float *x, float *y);
165 if (!compute_arccenter(p1, p2, p3, &cx, &cy)) in compute_arcradius()
195 compute_arccenter(F_pos p1, F_pos p2, F_pos p3, float *x, float *y) in compute_arccenter() function
H A Dd_arc.c249 if (!compute_arccenter(point[0], point[1], point[2], &xx, &yy)) { in create_arcobject()
H A De_rotate.c465 if (compute_arccenter(p[0], p[1], p[2], &xx, &yy)) { in rotate_arc()
H A De_scale.c519 if (compute_arccenter(p0, p1, p2, &xx, &yy)) { in relocate_arcpoint()
1085 if (compute_arccenter(a->point[0], a->point[1], a->point[2], in scale_arc()
H A De_movept.c419 if (compute_arccenter(p[0], p[1], p[2], &xx, &yy)) { in relocate_arcpoint()
H A De_edit.c2765 if (compute_arccenter(p0, p1, p2, &cx, &cy)) { in get_new_arc_values()