HomeSort by relevance Sort by last modified time
    Searched refs:grandList (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayList.cpp 54 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);
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,
SkDrawGroup.h 35 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
SkDisplayAdd.cpp 88 SkTDDrawableArray* grandList SK_INIT_TO_AVOID_WARNING;
92 &thisGroup, &grandList) : 0;
116 &thisGroup, &grandList);
SkDrawGroup.cpp 176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) {
191 *grandList = &fChildren;
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
SkDisplayApply.cpp 345 SkTDDrawableArray* grandList;
348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
  /external/skia/src/animator/
SkDisplayList.cpp 54 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);
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,
SkDrawGroup.h 35 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
SkDisplayAdd.cpp 88 SkTDDrawableArray* grandList SK_INIT_TO_AVOID_WARNING;
92 &thisGroup, &grandList) : 0;
116 &thisGroup, &grandList);
SkDrawGroup.cpp 176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) {
191 *grandList = &fChildren;
192 return SkDisplayList::SearchForMatch(match, list, parent, found, grandList);
SkDisplayApply.cpp 345 SkTDDrawableArray* grandList;
348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);

Completed in 5003 milliseconds