Home
last modified time | relevance | path

Searched refs:lastAttr (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/svg/
DSkSVGPaintState.cpp115 SkString* lastAttr = (*walking)[index]; in flush() local
116 if (lastAttr->size() == 0) in flush()
120 current[index]->set(*lastAttr); in flush()
151 SkString* lastAttr = lastState[index]; in flush() local
153 paintChanged |= changed[index] = lastAttr->equals(*currentAttr) == false; in flush()
188 SkString* lastAttr = lastState[index]; in flush() local
190 lastAttr->set(*currentAttr); in flush()
208 SkString* lastAttr = (*walking)[index]; in setSave() local
209 if (lastAttr->size() == 0) in setSave()
212 const char* str = lastAttr->c_str(); in setSave()
[all …]