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 46 int findGroup(SkDrawable* match, SkTDDrawableArray** list,
SkDrawGroup.h 42 int findGroup(SkDrawable* drawable, SkTDDrawableArray** list,
SkDisplayList.cpp 61 int SkDisplayList::findGroup(SkDrawable* match, SkTDDrawableArray** list,
114 int groupIndex = group->findGroup(match, list, parent, found, grandList);
SkDisplayAdd.cpp 99 int index = where ? displayList.findGroup(where, &parentList, &parentGroup,
123 index = displayList.findGroup(this, &useParentList, &parentGroup,
SkDrawGroup.cpp 183 int SkGroup::findGroup(SkDrawable* match, SkTDDrawableArray** list,
SkDisplayApply.cpp 355 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList);
384 int oldApply = displayList.findGroup(this, &parentList, &pGroup, &thisGroup, &grandList);
440 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList);

Completed in 100 milliseconds