Home
last modified time | relevance | path

Searched refs:calculate_object_edge (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/dia/dia-0.97.3/lib/
H A Dconnection.c53 connection->endpoints[0] = calculate_object_edge(&endpoints[0], in connection_adjust_for_autogap()
58 connection->endpoints[1] = calculate_object_edge(&endpoints[1], in connection_adjust_for_autogap()
H A Dlibdia.def709 calculate_object_edge
H A Dgeometry.h368 Point calculate_object_edge(Point *objmid, Point *end, DiaObject *obj);
H A Dneworth_conn.c342 new_points[0] = calculate_object_edge(&start_cp->pos, &new_points[1], in neworthconn_update_data()
349 calculate_object_edge(&end_cp->pos, &new_points[orth->numpoints-2], in neworthconn_update_data()
H A Dautoroute.c243 return calculate_object_edge(pos, &dir_other, object); in autolayout_adjust_for_gap()
H A Dorth_conn.c334 new_points[0] = calculate_object_edge(&start_cp->pos, &new_points[1], in orthconn_update_data()
343 calculate_object_edge(&end_cp->pos, &new_points[orth->numpoints-2], in orthconn_update_data()
H A Dgeometry.c735 calculate_object_edge(Point *objmid, Point *end, DiaObject *obj) in calculate_object_edge() function
/dports/graphics/dia/dia-0.97.3/objects/standard/
H A Dpolyline.c253 gap_endpoints[0] = calculate_object_edge(&gap_endpoints[0], in polyline_calculate_gap_endpoints()
258 gap_endpoints[1] = calculate_object_edge(&gap_endpoints[1], in polyline_calculate_gap_endpoints()
H A Dbezier.c324 end = calculate_object_edge(&gap_points[0], &end, in compute_gap_points()
338 end = calculate_object_edge(&gap_points[3], &end, in compute_gap_points()
/dports/graphics/dia/dia-0.97.3/bindings/
H A Ddia.swig87 %ignore calculate_object_edge;