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

  /external/skia/src/animator/
SkDisplayList.h 36 int findGroup(SkADrawable* match, SkTDDrawableArray** list,
SkDrawGroup.h 34 int findGroup(SkADrawable* drawable, SkTDDrawableArray** list,
SkDisplayList.cpp 53 int SkDisplayList::findGroup(SkADrawable* match, SkTDDrawableArray** list,
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
SkDisplayAdd.cpp 91 int index = where ? displayList.findGroup(where, &parentList, &parentGroup,
115 index = displayList.findGroup(this, &useParentList, &parentGroup,
SkDrawGroup.cpp 175 int SkGroup::findGroup(SkADrawable* match, SkTDDrawableArray** list,
SkDisplayApply.cpp 348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
377 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList);

Completed in 2847 milliseconds