Searched refs:jointype (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/widgets/
H A Dstroke-style.h160 void setJoinType (unsigned const jointype);
H A Dstroke-style.cpp792 StrokeStyle::setJoinType (unsigned const jointype) argument
795 switch (jointype) {
807 std::cerr << "StrokeStyle::setJoinType(): Invalid value: " << jointype << std::endl;
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp318 LineJoinType jointype,
352 switch (jointype) {
635 LineJoinType jointype = static_cast<LineJoinType>(linejoin_type.get_value()); local
640 Geom::Path fixed_path = path_from_piecewise_fix_cusps( pwd2_out, y, jointype, miter_limit, LPE_CONVERSION_TOLERANCE);
641 Geom::Path fixed_mirrorpath = path_from_piecewise_fix_cusps( mirrorpath, reverse(y), jointype, miter_limit, LPE_CONVERSION_TOLERANCE);
316 path_from_piecewise_fix_cusps( Geom::Piecewise<Geom::D2<Geom::SBasis> > const & B, Geom::Piecewise<Geom::SBasis> const & y, LineJoinType jointype, double miter_limit, double tol=Geom::EPSILON) argument
/inkscape/src/
H A Dsplivarot.cpp1222 int jointype, captype; local
1224 jointype = i_style->stroke_linejoin.computed;
1228 switch (jointype) {
1804 int jointype = i_style->stroke_linejoin.value; local
1806 switch (jointype) {

Completed in 306 milliseconds