Searched refs:outgoing (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp114 : res(_res), outgoing(_outgoing), in_tang(_in_tang), out_tang(_out_tang), miter(_miter), width(_width) {};
120 Geom::Path const& outgoing; member in class:__anon52::join_data::Geom
131 // Join functions must append the outgoing path
137 jd.res.appendNew<Geom::LineSegment>(jd.outgoing.initialPoint());
138 jd.res.append(jd.outgoing);
143 jd.res.appendNew<Geom::EllipticalArc>(jd.width, jd.width, 0, false, jd.width <= 0, jd.outgoing.initialPoint());
144 jd.res.append(jd.outgoing);
152 Curve const& outgoing = jd.outgoing.front(); local
158 Point p = intersection_point(incoming.finalPoint(), tang1, outgoing
362 Geom::Curve const& outgoing = jd.outgoing.front(); member in class:__anon52::Geom
702 tangents(Geom::Point tang[2], Geom::Curve const& incoming, Geom::Curve const& outgoing) argument
1018 Geom::Curve const& outgoing = temp.front(); member in class:Inkscape::Geom
[all...]
H A Dgeom-pathstroke.h70 * The outgoing path (or a portion thereof) will be appended after the join is created.
73 * @param[in] outgoing The segment to append on the outgoing portion of the join.
80 void outline_join(Geom::Path &res, Geom::Path const& outgoing, Geom::Point in_tang, Geom::Point out_tang, double width, double miter, LineJoinType join);

Completed in 16 milliseconds