Searched refs:findGroup (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayList.cpp | 53 int SkDisplayList::findGroup(SkADrawable* match, SkTDDrawableArray** list, in findGroup() function in SkDisplayList 106 int groupIndex = group->findGroup(match, list, parent, found, grandList); in SearchGroupForMatch()
|
D | SkDisplayAdd.cpp | 91 int index = where ? displayList.findGroup(where, &parentList, &parentGroup, in enable() 115 index = displayList.findGroup(this, &useParentList, &parentGroup, in enable()
|
D | SkDisplayList.h | 36 int findGroup(SkADrawable* match, SkTDDrawableArray** list,
|
D | SkDrawGroup.h | 34 int findGroup(SkADrawable* drawable, SkTDDrawableArray** list,
|
D | SkDisplayApply.cpp | 348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); in enable() 377 … int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList); in enable() 433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); in enableDynamic()
|
D | SkDrawGroup.cpp | 175 int SkGroup::findGroup(SkADrawable* match, SkTDDrawableArray** list, in findGroup() function in SkGroup
|