Searched refs:topAttr (Results 1 – 1 of 1) sorted by relevance
276 SkString* topAttr = current[index]; in writeChangedAttributes() local277 size_t attrLength = topAttr->size(); in writeChangedAttributes()280 const char* attrValue = topAttr->c_str(); in writeChangedAttributes()288 if (topAttr->equals("none") == false && lastAttr->equals("none") == true) in writeChangedAttributes()310 if (topAttr->equals("none") == false && lastAttr->equals("none") == true) in writeChangedAttributes()357 SkString* topAttr = current[index]; in writeChangedElements() local358 size_t attrLength = topAttr->size(); in writeChangedElements()361 const char* attrValue = topAttr->c_str(); in writeChangedElements()404 if (topAttr->equals(*lastAttr)) in writeChangedElements()427 SkSVGParser::ConvertToArray(*topAttr); in writeChangedElements()[all …]