Searched defs:tgt (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-sketch.cpp344 //Compute tgt length according to curvature (not exceeding tgtlength) so that
352 //collect the tgt segment into output.
353 D2<SBasis> tgt = D2<SBasis>(); local
355 tgt[dim] = SBasis(Linear(m_t[dim]-v_t[dim]*l, m_t[dim]+v_t[dim]*l));
357 output.concat(Piecewise<D2<SBasis> >(tgt));
/inkscape/src/livarot/
H A DPath.cpp527 Geom::Point tgt; local
542 TangentOnSegAt(at, PrevPoint (piece - 1), *nData, pos, tgt, len);
547 TangentOnArcAt(at,PrevPoint (piece - 1), *nData, pos, tgt, len, rad);
552 TangentOnCubAt(at, PrevPoint (piece - 1), *nData, false, pos, tgt, len, rad);
580 TangentOnBezAt(at, bStPt, *nData, *stB, false, pos, tgt, len, rad);
587 TangentOnBezAt(at, bStPt, *nextI, fin, false, pos, tgt, len, rad);
592 TangentOnBezAt(at, stP, *nextI, *stB, false, pos, tgt, len, rad);
599 TangentOnBezAt(at, stP, *nextI, fin, false, pos, tgt, len, rad);
606 void Path::PointAndTangentAt(int piece, double at, Geom::Point &pos, Geom::Point &tgt) argument
620 return PointAndTangentAt(piece + 1, 0.0, pos, tgt);
[all...]
H A DPathOutline.cpp910 * \param tgt Filled in with the normalised tangent vector.
915 Geom::Point &pos, Geom::Point &tgt, double &len)
922 tgt = Geom::Point(0, 0);
925 tgt = seg / l;
933 Geom::Point &pos, Geom::Point &tgt, double &len, double &rad)
943 tgt[0] = tgt[1] = 0;
1049 tgt[0] = ca * rx * sb + sa * ry * cb;
1050 tgt[1] = sa * rx * sb - ca * ry * cb;
1054 len = L2(tgt);
914 TangentOnSegAt(double at, Geom::Point const &iS, PathDescrLineTo const &fin, Geom::Point &pos, Geom::Point &tgt, double &len) argument
932 TangentOnArcAt(double at, const Geom::Point &iS, PathDescrArcTo const &fin, Geom::Point &pos, Geom::Point &tgt, double &len, double &rad) argument
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/
H A Dbuildtool.cpp8010 //trace("link: tgt:%s obj:%s", fullTarget.c_str(),
9983 Target tgt = iter->second; local
9985 if (!checkTargetDependencies(tgt, depList))

Completed in 68 milliseconds