Searched refs:thisGroup (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayAdd.cpp | 90 SkGroup* thisGroup = NULL; in enable() local 92 &thisGroup, &grandList) : 0; in enable() 116 &thisGroup, &grandList); in enable() 129 if (thisGroup) in enable() 130 thisGroup->markCopySize(index); in enable() 132 if (thisGroup) in enable() 133 thisGroup->markCopySet(index); in enable() 164 if (thisGroup) { in enable() 165 thisGroup->markCopySize(index); in enable() 166 if (thisGroup->markedForDelete(index)) { in enable() [all …]
|
D | SkDisplayApply.cpp | 347 SkGroup* thisGroup; in enable() local 348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); in enable() 377 … int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList); in enable()
|