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

/inkscape/src/libnrtype/
H A DLayout-TNG-Input.cpp177 SPStyle const *this_style = style; local
182 if (this_style->text_align.set) {
193 if (this_style->text_anchor.set)
194 return text_anchor_to_alignment(this_style->text_anchor.computed, para_direction);
195 if (this_style->object == NULL || this_style->object->parent == NULL) break;
196 this_style = this_style->object->parent->style;
197 if (this_style == NULL) break;
/inkscape/share/extensions/
H A Dsynfig_prepare.py393 this_style = simplestyle.parseStyle(node.get("style", ""))
398 if key in this_style.keys():
399 remaining_style[key] = this_style[key]
400 del this_style[key]
404 parent_style_copy.update(this_style)
405 this_style = parent_style_copy
411 this_style[attrib] = node.get(attrib)
431 propagate_attribs(c, this_style, this_transform)
435 # Merge remaining_style into this_style
436 this_style
[all...]

Completed in 15 milliseconds