Lines Matching refs:attrLength
53 const char* attrValue, size_t attrLength) { in addAttribute() argument
76 attr->set(attrValue, attrLength); in addAttribute()
81 const char* attrEnd = attrValue + attrLength; in addAttribute()
277 size_t attrLength = topAttr->size(); in writeChangedAttributes() local
278 if (attrLength == 0) in writeChangedAttributes()
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()
358 size_t attrLength = topAttr->size(); in writeChangedElements() local
359 if (attrLength == 0) in writeChangedElements()
378 parser._addAttributeLen("fontName", attrValue, attrLength); in writeChangedElements()
409 bool lastEqual = parser.fLastColor.equals(attrValue, attrLength); in writeChangedElements()
414 parser._addAttributeLen("color", attrValue, attrLength); in writeChangedElements()
415 parser.fLastColor.set(attrValue, attrLength); in writeChangedElements()