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

/inkscape/src/
H A Dtext-tag-attributes.h143 static void writeSingleAttributeVector(Inkscape::XML::Node *node, gchar const *key, std::vector<SVGLength> const &attr_vector);
H A Dsp-text.cpp752 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 1024 milliseconds