Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkDisplayList.cpp54 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()
DSkDisplayList.h37 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
51 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList);
53 SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList,
DSkDisplayAdd.cpp88 SkTDDrawableArray* grandList SK_INIT_TO_AVOID_WARNING; in enable()
92 &thisGroup, &grandList) : 0; in enable()
116 &thisGroup, &grandList); in enable()
DSkDrawGroup.cpp176 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()
DSkDrawGroup.h35 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
DSkDisplayApply.cpp345 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()