Searched defs:first_point (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dcurve.cpp389 SPCurve::first_point() const function in class:SPCurve
535 if ( (fabs((*this->last_point())[X] - (*c1->first_point())[X]) <= tolerance)
536 && (fabs((*this->last_point())[Y] - (*c1->first_point())[Y]) <= tolerance) )
589 Geom::Point const offset0( new_p0 - *first_point() );
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp588 Point first_point = ts.front(); local
591 ts.push_back( first_point + Point(pwd2_in.domain().extent() ,0) );
/inkscape/src/
H A Dobject-snapper.cpp75 bool const &first_point,
86 if (first_point) {
166 bool const &first_point) const
171 if (first_point) {
353 bool const &first_point) const
358 if (first_point) {
73 _findCandidates(SPObject* parent, std::vector<SPItem const *> const *it, bool const &first_point, Geom::Rect const &bbox_to_snap, bool const clip_or_mask, Geom::Affine const additional_affine) const argument

Completed in 114 milliseconds