Lines Matching refs:_addAttributeLen
263 parser._addAttributeLen("matrix", outputStr.c_str(), outputStr.size()); in setSave()
272 parser._addAttributeLen("use", start, strlen(start) - 1); in setSave()
304 parser._addAttributeLen("textSize", attrValue, attrLength); in writeChangedAttributes()
307 parser._addAttributeLen("textTracking", attrValue, attrLength); in writeChangedAttributes()
340 parser._addAttributeLen("strokeCap", attrValue, attrLength); in writeChangedAttributes()
343 parser._addAttributeLen("strokeJoin", attrValue, attrLength); in writeChangedAttributes()
346 parser._addAttributeLen("strokeMiter", attrValue, attrLength); in writeChangedAttributes()
349 parser._addAttributeLen("strokeWidth", attrValue, attrLength); in writeChangedAttributes()
386 parser._addAttributeLen("fontName", attrValue, attrLength); in writeChangedElements()
397 … parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size()); in writeChangedElements()
398 parser._addAttributeLen("alpha", opacity.c_str(), opacity.size()); in writeChangedElements()
422 parser._addAttributeLen("color", attrValue, attrLength); in writeChangedElements()
427 parser._addAttributeLen("alpha", opacity.c_str(), opacity.size()); in writeChangedElements()