Searched refs:PointAt (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.cpp | 516 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 D | Path.h | 170 void PointAt (int piece, double at, Geom::Point & pos);
|
H A D | PathCutting.cpp | 1231 PointAt (cp,ct, theP);
|
/inkscape/src/libnrtype/ |
H A D | Layout-TNG-Output.cpp | 740 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 D | splivarot.cpp | 2423 path->PointAt(piece, t, p);
|
Completed in 31 milliseconds