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

/inkscape/src/
H A Dsp-text.cpp2 * SVG <text> and <tspan> implementation
50 #include "sp-tspan.h"
547 SPTSpan *tspan = SP_TSPAN(root); local
550 bool use_xy = !in_textpath && (tspan->role == SP_TSPAN_ROLE_UNSPECIFIED || !tspan->attributes.singleXYCoordinates());
551 tspan->attributes.mergeInto(&optional_attrs, parent_optional_attrs, parent_attrs_offset, use_xy, true);
624 SPTSpan *tspan = SP_TSPAN(child); local
625 if ( (tspan->role != SP_TSPAN_ROLE_UNSPECIFIED)
626 && tspan->attributes.singleXYCoordinates() ) {
627 Inkscape::Text::Layout::iterator iter = layout.sourceToIterator(tspan);
[all...]
H A Ddesktop-style.cpp41 #include "sp-tspan.h"
117 // However, if the line tspan or textPath contains some style (old file?), we reluctantly set our style to it too.
123 SPTSpan *tspan = dynamic_cast<SPTSpan *>(o); local
126 && ((tspan && tspan->role == SP_TSPAN_ROLE_LINE)
H A Dselection-chemistry.cpp47 #include "sp-tspan.h"
1201 // if this is a text with exactly one tspan child, merge the style of that tspan as well
2708 SPObject *tspan = sp_tref_convert_to_tspan(item); local
2710 if (tspan) {

Completed in 133 milliseconds