Lines Matching refs:pts
49 dest->Reset(3 * pts.size(), 3 * pts.size());
55 while (lastM < int(pts.size())) {
58 while (lastP < int(pts.size()) // select one subpath
59 && (pts[lastP].isMoveTo == polyline_lineto
60 || pts[lastP].isMoveTo == polyline_forced))
66 Geom::Point sbStart = pts[lastM].p;
67 Geom::Point sbEnd = pts[lastP - 1].p;
68 // if ( pts[lastP - 1].closed ) { // this is correct, but this bugs text rendering (doesn't close text stroke)...
82 Geom::Point pos = pts[lastM].p;
106 Geom::Point curP = pts[off].p;
112 prevP = pts[off + prevI].p;
135 nextP = pts[off + nextI].p;
186 nextP = pts[off + nextI].p;
216 nextP = pts[off].p;