Searched defs:grandList (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.cpp54 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
57 *grandList = &fDrawList;
58 return SearchForMatch(match, list, parent, found, grandList);
72 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
101 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) {
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
100 SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) argument
H A DSkDrawGroup.cpp176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) {
191 *grandList = &fChildren;
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
175 findGroup(SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) argument
H A DSkDisplayApply.cpp345 SkTDDrawableArray* grandList; local
348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
/external/skia/src/animator/
H A DSkDisplayList.cpp54 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
57 *grandList = &fDrawList;
58 return SearchForMatch(match, list, parent, found, grandList);
72 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
101 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) {
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
100 SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) argument
H A DSkDrawGroup.cpp176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) {
191 *grandList = &fChildren;
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
175 findGroup(SkDrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) argument
H A DSkDisplayApply.cpp345 SkTDDrawableArray* grandList; local
348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);

Completed in 231 milliseconds