Searched refs:writeSingleAttributeVector (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | text-tag-attributes.h | 143 static void writeSingleAttributeVector(Inkscape::XML::Node *node, gchar const *key, std::vector<SVGLength> const &attr_vector);
|
H A D | sp-text.cpp | 752 writeSingleAttributeVector(node, "x", attributes.x); 753 writeSingleAttributeVector(node, "y", attributes.y); 754 writeSingleAttributeVector(node, "dx", attributes.dx); 755 writeSingleAttributeVector(node, "dy", attributes.dy); 756 writeSingleAttributeVector(node, "rotate", attributes.rotate); 793 void TextTagAttributes::writeSingleAttributeVector(Inkscape::XML::Node *node, gchar const *key, std::vector<SVGLength> const &attr_vector) function in class:TextTagAttributes
|
Completed in 43 milliseconds