Searched refs:dec (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathStroke.cpp | 507 double dec = (l - emiter) * c2 / s2; local 510 int nleftStNo = dest->AddPoint (pos + emiter * biss + dec * tbiss); 511 int nleftEnNo = dest->AddPoint (pos + emiter * biss - dec * tbiss); 618 double dec = (l - emiter) * c2 / s2; local 621 int nrightStNo = dest->AddPoint (pos - emiter*biss - dec*tbiss); 622 int nrightEnNo = dest->AddPoint (pos - emiter*biss + dec*tbiss);
|
H A D | ShapeMisc.cpp | 731 Shape::MakeOffset (Shape * a, double dec, JoinType join, double miter, bool do_profile, double cx, double cy, double radius, Geom::Affine *i2doc) argument 738 if (dec == 0) 780 if (dec > 0) 813 this_dec = dec; 815 this_dec = dec * (0.5 * cos (M_PI * (pow(x, alpha))) + 0.5); 818 this_dec = dec; 839 if (dec > 0) 855 if (dec < 0)
|
H A D | Shape.h | 291 // the offset is dec, with joins between edges of type "join" (see LivarotDefs.h) 293 int MakeOffset(Shape *of, double dec, JoinType join, double miter, bool do_profile=false, double cx = 0, double cy = 0, double radius = 0, Geom::Affine *i2doc = NULL); 295 int MakeTweak (int mode, Shape *a, double dec, JoinType join, double miter, bool do_profile, Geom::Point c, Geom::Point vector, double radius, Geom::Affine *i2doc);
|
/inkscape/src/widgets/ |
H A D | icon.cpp | 455 out << "Inkscape cache v" << std::hex << magicNumber << std::dec << std::endl; 463 out << std::hex << when << std::dec << " " << fileEscape(*it) << std::endl;
|
Completed in 28 milliseconds