Searched defs:fin (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathOutline.cpp | 908 * \param fin LineTo description containing end point. 914 void Path::TangentOnSegAt(double at, Geom::Point const &iS, PathDescrLineTo const &fin, argument 917 Geom::Point const iE = fin.p; 932 void Path::TangentOnArcAt(double at, const Geom::Point &iS, PathDescrArcTo const &fin, argument 935 Geom::Point const iE = fin.p; 936 double const rx = fin.rx; 937 double const ry = fin.ry; 938 double const angle = fin.angle*M_PI/180.0; 939 bool const large = fin.large; 940 bool const wise = fin 1077 TangentOnCubAt(double at, Geom::Point const &iS, PathDescrCubicTo const &fin, bool before, Geom::Point &pos, Geom::Point &tgt, double &len, double &rad) argument 1131 TangentOnBezAt(double at, Geom::Point const &iS, PathDescrIntermBezierTo & mid, PathDescrBezierTo & fin, bool before, Geom::Point & pos, Geom::Point & tgt, double &len, double &rad) argument [all...] |
/inkscape/src/libavoid/ |
H A D | router.cpp | 685 ConnRefList::const_iterator fin = connRefs.end(); local 686 for (ConnRefList::const_iterator i = connRefs.begin(); i != fin; ++i) 705 ConnRefList::const_iterator fin = connRefs.end(); local 706 for (ConnRefList::const_iterator i = connRefs.begin(); i != fin; ++i) 734 ConnRefList::const_iterator fin = connRefs.end(); local 740 for (ConnRefList::const_iterator i = connRefs.begin(); i != fin; ++i) 758 for (ConnRefList::const_iterator i = connRefs.begin(); i != fin; ++i) 781 ConnRefList::iterator fin = connRefs.end(); local 782 for (ConnRefList::iterator i = connRefs.begin(); i != fin; ++i) 786 for (++j; j != fin; 1427 ConnRefList::iterator fin = connRefs.end(); local 1460 ConnRefList::iterator fin = connRefs.end(); local [all...] |
Completed in 20 milliseconds