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

/inkscape/src/
H A Dtext-tag-attributes.h155 static void eraseSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n);
H A Dsp-text.cpp889 eraseSingleAttribute(&attributes.x, start_index, n);
890 eraseSingleAttribute(&attributes.y, start_index, n);
892 eraseSingleAttribute(&attributes.dx, start_index, n);
893 eraseSingleAttribute(&attributes.dy, start_index, n);
894 eraseSingleAttribute(&attributes.rotate, start_index, n);
897 void TextTagAttributes::eraseSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n) function in class:TextTagAttributes

Completed in 13 milliseconds