Lines Matching refs:_addAttributeLen
255 parser._addAttributeLen("matrix", outputStr.c_str(), outputStr.size()); in setSave()
264 parser._addAttributeLen("use", start, strlen(start) - 1); in setSave()
296 parser._addAttributeLen("textSize", attrValue, attrLength); in writeChangedAttributes()
299 parser._addAttributeLen("textTracking", attrValue, attrLength); in writeChangedAttributes()
332 parser._addAttributeLen("strokeCap", attrValue, attrLength); in writeChangedAttributes()
335 parser._addAttributeLen("strokeJoin", attrValue, attrLength); in writeChangedAttributes()
338 parser._addAttributeLen("strokeMiter", attrValue, attrLength); in writeChangedAttributes()
341 parser._addAttributeLen("strokeWidth", attrValue, attrLength); in writeChangedAttributes()
378 parser._addAttributeLen("fontName", attrValue, attrLength); in writeChangedElements()
389 … parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size()); in writeChangedElements()
390 parser._addAttributeLen("alpha", opacity.c_str(), opacity.size()); in writeChangedElements()
414 parser._addAttributeLen("color", attrValue, attrLength); in writeChangedElements()
419 parser._addAttributeLen("alpha", opacity.c_str(), opacity.size()); in writeChangedElements()