Searched defs:insertSingleAttribute (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | sp-text.cpp | 910 insertSingleAttribute(&attributes.x, start_index, n, true); 911 insertSingleAttribute(&attributes.y, start_index, n, true); 913 insertSingleAttribute(&attributes.dx, start_index, n, false); 914 insertSingleAttribute(&attributes.dy, start_index, n, false); 915 insertSingleAttribute(&attributes.rotate, start_index, n, false); 918 void TextTagAttributes::insertSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n, bool is_xy) function in class:TextTagAttributes
|
Completed in 33 milliseconds