Lines Matching refs:fin
908 * \param fin LineTo description containing end point.
914 void Path::TangentOnSegAt(double at, Geom::Point const &iS, PathDescrLineTo const &fin,
917 Geom::Point const iE = fin.p;
932 void Path::TangentOnArcAt(double at, const Geom::Point &iS, PathDescrArcTo const &fin,
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.clockwise;
1077 Path::TangentOnCubAt (double at, Geom::Point const &iS, PathDescrCubicTo const &fin, bool before,
1080 const Geom::Point E = fin.p;
1081 const Geom::Point Sd = fin.start;
1082 const Geom::Point Ed = fin.end;
1133 PathDescrBezierTo & fin, bool before, Geom::Point & pos,
1140 const Geom::Point A = fin.p + iS - 2*mid.p;