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