Searched defs:anchor_point (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-flowtext.cpp467 Geom::Point anchor_point = this->layout.characterAnchorPoint(this->layout.begin()); local
468 sp_repr_set_svg_double(repr, "x", anchor_point[Geom::X]);
469 sp_repr_set_svg_double(repr, "y", anchor_point[Geom::Y]);
481 Geom::Point anchor_point = this->layout.characterAnchorPoint(it); local
508 sp_repr_set_svg_double(span_tspan, "x", anchor_point[Geom::X]); // FIXME: this will pick up the wrong end of counter-directional runs
510 sp_repr_set_svg_double(span_tspan, "y", anchor_point[Geom::Y]);
512 sp_repr_set_svg_double(line_tspan, "x", anchor_point[Geom::X]); // FIXME: this will pick up the wrong end of counter-directional runs
513 sp_repr_set_svg_double(line_tspan, "y", anchor_point[Geom::Y]);
H A Dsp-text.cpp628 Geom::Point anchor_point = layout.chunkAnchorPoint(iter); local
629 tspan->attributes.setFirstXY(anchor_point);

Completed in 18 milliseconds