HomeSort by relevance Sort by last modified time
    Searched defs:SearchGroupForMatch (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/animator/
SkDisplayList.cpp 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
89 //perhaps should call SearchGroupForMatch here as well (on scope)
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list,
  /external/skia/src/animator/
SkDisplayList.cpp 82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
89 //perhaps should call SearchGroupForMatch here as well (on scope)
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
100 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list,

Completed in 191 milliseconds