Searched refs:readSingleAttribute (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | text-tag-attributes.h | 34 bool readSingleAttribute(unsigned key, gchar const *value, SPStyle const *style, Geom::Rect const *viewport); 140 /** Does the reverse of readSingleAttribute(), converting a vector<> to
|
H A D | sp-tspan.cpp | 73 if (this->attributes.readSingleAttribute(key, value, style, &viewport)) { 281 if (this->attributes.readSingleAttribute(key, value, style, &viewport)) {
|
H A D | sp-tref.cpp | 95 if (this->attributes.readSingleAttribute(key, value, style, &viewport)) { // x, y, dx, dy, rotate
|
H A D | sp-text.cpp | 96 if (this->attributes.readSingleAttribute(key, value, style, &viewport)) { 697 // readSingleAttribute(SP_ATTR_X, node->attribute("x")); 698 // readSingleAttribute(SP_ATTR_Y, node->attribute("y")); 699 // readSingleAttribute(SP_ATTR_DX, node->attribute("dx")); 700 // readSingleAttribute(SP_ATTR_DY, node->attribute("dy")); 701 // readSingleAttribute(SP_ATTR_ROTATE, node->attribute("rotate")); 702 // readSingleAttribute(SP_ATTR_TEXTLENGTH, node->attribute("textLength")); 703 // readSingleAttribute(SP_ATTR_LENGTHADJUST, node->attribute("lengthAdjust")); 706 bool TextTagAttributes::readSingleAttribute(unsigned key, gchar const *value, SPStyle const *style, Geom::Rect const *viewport) function in class:TextTagAttributes 708 // std::cout << "TextTagAttributes::readSingleAttribute [all...] |
Completed in 160 milliseconds