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

/inkscape/src/livarot/
H A DPath.cpp516 void Path::PointAt(int piece, double at, Geom::Point &pos) function in class:Path
533 return PointAt (piece + 1, 0.0, pos);
537 return PointAt (piece - 1, 1.0, pos);
566 return PointAt(piece - 1, 1.0, pos);
573 return PointAt(piece - 1, 1.0, pos);
H A DPath.h170 void PointAt (int piece, double at, Geom::Point & pos);
H A DPathCutting.cpp1231 PointAt (cp,ct, theP);
/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp740 const_cast<Path&>(path).PointAt(start_otp[0].piece, start_otp[0].t, startpoint);
741 const_cast<Path&>(path).PointAt(end_otp[0].piece, end_otp[0].t, endpoint);
/inkscape/src/
H A Dsplivarot.cpp2423 path->PointAt(piece, t, p);

Completed in 31 milliseconds