Searched refs:attr_vector (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);
155 static void eraseSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n);
158 static void insertSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n, bool is_xy);
H A Dsp-text.cpp710 std::vector<SVGLength> *attr_vector; local
714 case SP_ATTR_X: attr_vector = &attributes.x; update_x = true; break;
715 case SP_ATTR_Y: attr_vector = &attributes.y; update_y = true; break;
716 case SP_ATTR_DX: attr_vector = &attributes.dx; update_x = true; break;
717 case SP_ATTR_DY: attr_vector = &attributes.dy; update_y = true; break;
718 case SP_ATTR_ROTATE: attr_vector = &attributes.rotate; break;
733 *attr_vector = sp_svg_length_list_read(value);
740 for(std::vector<SVGLength>::iterator it = attr_vector->begin(); it != attr_vector->end(); ++it) {
793 void TextTagAttributes::writeSingleAttributeVector(Inkscape::XML::Node *node, gchar const *key, std::vector<SVGLength> const &attr_vector) argument
897 eraseSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n) argument
918 insertSingleAttribute(std::vector<SVGLength> *attr_vector, unsigned start_index, unsigned n, bool is_xy) argument
[all...]

Completed in 234 milliseconds