Searched refs:in_textpath (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-text.h73 unsigned _buildLayoutInput(SPObject *root, Inkscape::Text::Layout::OptionalTextTagAttrs const &parent_optional_attrs, unsigned parent_attrs_offset, bool in_textpath);
H A Dsp-text.cpp474 unsigned SPText::_buildLayoutInput(SPObject *root, Inkscape::Text::Layout::OptionalTextTagAttrs const &parent_optional_attrs, unsigned parent_attrs_offset, bool in_textpath) argument
550 bool use_xy = !in_textpath && (tspan->role == SP_TSPAN_ROLE_UNSPECIFIED || !tspan->attributes.singleXYCoordinates());
557 in_textpath = true;
597 length += _buildLayoutInput(child, optional_attrs, child_attrs_offset + length, in_textpath);

Completed in 18 milliseconds