HomeSort by relevance Sort by last modified time
    Searched full:grandlist (Results 1 - 6 of 6) sorted by null

  /external/skia/src/animator/
SkDisplayList.h 47 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
61 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList);
63 SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList,
SkDisplayList.cpp 62 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
65 *grandList = &fDrawList;
66 return SearchForMatch(match, list, parent, found, grandList);
80 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
90 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
101 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
109 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) {
114 int groupIndex = group->findGroup(match, list, parent, found, grandList);
SkDrawGroup.h 43 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
SkDisplayAdd.cpp 96 SkTDDrawableArray* grandList SK_INIT_TO_AVOID_WARNING;
100 &thisGroup, &grandList) : 0;
124 &thisGroup, &grandList);
SkDrawGroup.cpp 184 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) {
199 *grandList = &fChildren;
200 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
SkDisplayApply.cpp 352 SkTDDrawableArray* grandList;
355 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
384 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);

Completed in 2021 milliseconds