Searched refs:fLastColor (Results 1 – 2 of 2) sorted by relevance
397 … parser._addAttributeLen("color", parser.fLastColor.c_str(), parser.fLastColor.size()); in writeChangedElements()417 bool lastEqual = parser.fLastColor.equals(attrValue, attrLength); in writeChangedElements()423 parser.fLastColor.set(attrValue, attrLength); in writeChangedElements()
67 SkString fLastColor; variable