Searched refs:topAttr (Results 1 – 1 of 1) sorted by relevance
284 SkString* topAttr = current[index]; in writeChangedAttributes() local285 size_t attrLength = topAttr->size(); in writeChangedAttributes()288 const char* attrValue = topAttr->c_str(); in writeChangedAttributes()296 if (topAttr->equals("none") == false && lastAttr->equals("none") == true) in writeChangedAttributes()318 if (topAttr->equals("none") == false && lastAttr->equals("none") == true) in writeChangedAttributes()365 SkString* topAttr = current[index]; in writeChangedElements() local366 size_t attrLength = topAttr->size(); in writeChangedElements()369 const char* attrValue = topAttr->c_str(); in writeChangedElements()412 if (topAttr->equals(*lastAttr)) in writeChangedElements()435 SkSVGParser::ConvertToArray(*topAttr); in writeChangedElements()[all …]