Searched refs:grandList (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/animator/ |
D | SkDisplayList.cpp | 54 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) { in findGroup() argument 57 *grandList = &fDrawList; in findGroup() 58 return SearchForMatch(match, list, parent, found, grandList); in findGroup() 72 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) { in SearchForMatch() argument 82 …cope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) in SearchForMatch() 93 … if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index)) in SearchForMatch() 101 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) { in SearchGroupForMatch() argument 106 int groupIndex = group->findGroup(match, list, parent, found, grandList); in SearchGroupForMatch()
|
D | SkDisplayList.h | 37 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList); 51 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList); 53 SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList,
|
D | SkDisplayAdd.cpp | 88 SkTDDrawableArray* grandList SK_INIT_TO_AVOID_WARNING; in enable() 92 &thisGroup, &grandList) : 0; in enable() 116 &thisGroup, &grandList); in enable()
|
D | SkDrawGroup.cpp | 176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) { in findGroup() argument 191 *grandList = &fChildren; in findGroup() 192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList); in findGroup()
|
D | SkDrawGroup.h | 35 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
|
D | SkDisplayApply.cpp | 345 SkTDDrawableArray* grandList; 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()
|