Home | History | Annotate | Download | only in svg

Lines Matching refs:attrLength

61         const char* attrValue, size_t attrLength) {
84 attr->set(attrValue, attrLength);
89 const char* attrEnd = attrValue + attrLength;
285 size_t attrLength = topAttr->size();
286 if (attrLength == 0)
304 parser._addAttributeLen("textSize", attrValue, attrLength);
307 parser._addAttributeLen("textTracking", attrValue, attrLength);
340 parser._addAttributeLen("strokeCap", attrValue, attrLength);
343 parser._addAttributeLen("strokeJoin", attrValue, attrLength);
346 parser._addAttributeLen("strokeMiter", attrValue, attrLength);
349 parser._addAttributeLen("strokeWidth", attrValue, attrLength);
366 size_t attrLength = topAttr->size();
367 if (attrLength == 0)
386 parser._addAttributeLen("fontName", attrValue, attrLength);
417 bool lastEqual = parser.fLastColor.equals(attrValue, attrLength);
422 parser._addAttributeLen("color", attrValue, attrLength);
423 parser.fLastColor.set(attrValue, attrLength);