Lines Matching defs:pt
541 Geom::Point pt = this->getPointAtAngle(angle) * i2dt;
542 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_ELLIPSE_QUADRANT_POINT, Inkscape::SNAPTARGET_ELLIPSE_QUADRANT_POINT));
555 Geom::Point pt = Geom::Point(cx, cy) * i2dt;
556 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
560 Geom::Point pt = Geom::Point(cx, cy) * i2dt;
561 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_OBJECT_MIDPOINT, Inkscape::SNAPTARGET_OBJECT_MIDPOINT));
568 Geom::Point pt = this->getPointAtAngle(this->start) * i2dt;
569 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));
574 Geom::Point pt = this->getPointAtAngle(this->end) * i2dt;
575 p.push_back(Inkscape::SnapCandidatePoint(pt, Inkscape::SNAPSOURCE_NODE_CUSP, Inkscape::SNAPTARGET_NODE_CUSP));