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

/inkscape/src/
H A Dsp-text.cpp478 Inkscape::Text::Layout::OptionalTextTagAttrs optional_attrs; local
537 SP_TEXT(root)->attributes.mergeInto(&optional_attrs, parent_optional_attrs, parent_attrs_offset, true, true);
551 tspan->attributes.mergeInto(&optional_attrs, parent_optional_attrs, parent_attrs_offset, use_xy, true);
554 SP_TREF(root)->attributes.mergeInto(&optional_attrs, parent_optional_attrs, parent_attrs_offset, true, true);
558 SP_TEXTPATH(root)->attributes.mergeInto(&optional_attrs, parent_optional_attrs, parent_attrs_offset, false, true);
559 optional_attrs.x.clear();
560 optional_attrs.y.clear();
563 optional_attrs = parent_optional_attrs;
573 layout.appendText("", prev_object->style, prev_object, &optional_attrs);
578 layout.appendText("", root->style, root, &optional_attrs);
607 Inkscape::Text::Layout::OptionalTextTagAttrs optional_attrs; local
[all...]

Completed in 23 milliseconds