Searched defs:this_style (Results 1 - 1 of 1) 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;

Completed in 21 milliseconds