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

/inkscape/src/
H A Dtext-editing.cpp209 static TextTagAttributes* attributes_for_object(SPObject *object) function
336 TextTagAttributes *first_attrs = attributes_for_object(first_item);
337 TextTagAttributes *second_attrs = attributes_for_object(second_item);
485 TextTagAttributes *attributes = attributes_for_object(parent_item);
691 TextTagAttributes *attributes = attributes_for_object(new_parent_item);
720 TextTagAttributes *attributes = attributes_for_object(parent_item);
1012 return attributes_for_object(source_item->parent);
1589 TextTagAttributes *attrs = attributes_for_object(*item);
1642 TextTagAttributes *attributes_first = attributes_for_object(first);
1643 TextTagAttributes *attributes_second = attributes_for_object(secon
[all...]

Completed in 36 milliseconds