Searched defs:outgoing (Results 1 - 1 of 1) 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...]

Completed in 87 milliseconds