Searched refs:knot_pos (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dknot-holder-entity.cpp83 Geom::Point knot_pos(knot_get());
84 if (knot_pos.isFinite()) {
85 Geom::Point dp(knot_pos * item->i2dt_affine());
/inkscape/src/live_effects/
H A Dlpe-bendpath.cpp200 Geom::Point knot_pos = this->knot->pos * item->i2dt_affine().inverse(); local
201 Geom::Coord nearest_to_ray = ray.nearestTime(knot_pos);
H A Dlpe-patternalongpath.cpp309 Geom::Point knot_pos = this->knot->pos * item->i2dt_affine().inverse(); local
310 Geom::Coord nearest_to_ray = ray.nearestTime(knot_pos);

Completed in 16 milliseconds