Searched refs:fin (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libavoid/
H A Drouter.cpp685 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...]
/inkscape/src/livarot/
H A DPathOutline.cpp908 * \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...]
H A DPath.cpp586 PathDescrBezierTo fin(0.5 * (nextI->p + nnextI->p), 1);
587 TangentOnBezAt(at, bStPt, *nextI, fin, false, pos, tgt, len, rad);
598 PathDescrBezierTo fin(0.5 * (nextI->p + nnextI->p), 1);
599 TangentOnBezAt(at, stP, *nextI, fin, false, pos, tgt, len, rad);
683 PathDescrBezierTo fin(0.5 * (nextI->p + nnextI->p), 1);
684 TangentOnBezAt(at, bStPt, *nextI, fin, false, pos, tgt, len, rad);
695 PathDescrBezierTo fin(0.5 * (nnextI->p + nnextI->p), 1);
696 TangentOnBezAt(at, stP, *nextI, fin, false, pos, tgt, len, rad);
H A DPath.h327 static void TangentOnSegAt(double at, Geom::Point const &iS, PathDescrLineTo const &fin,
329 static void TangentOnArcAt(double at, Geom::Point const &iS, PathDescrArcTo const &fin,
331 static void TangentOnCubAt (double at, Geom::Point const &iS, PathDescrCubicTo const &fin, bool before,
335 PathDescrBezierTo & fin, bool before,
H A DPathConversion.cpp1225 PathDescrBezierTo fin(iE, 1);
1227 TangentOnBezAt(0.0, iS, mid, fin, false, n_pos, n_tgt, n_len, n_rad);
1234 TangentOnBezAt(1.0, iS, mid, fin, false, n_pos, n_tgt, n_len, n_rad);

Completed in 33 milliseconds