Home | History | Annotate | Download | only in animator

Lines Matching full:draw

39 bool SkDisplayList::draw(SkAnimateMaker& maker, SkMSec inTime) {
50 SkDrawable* draw = fDrawList[index];
51 draw->initialize(); // allow matrices to reset themselves
52 SkASSERT(draw->isDrawable());
54 result |= draw->draw(maker);
83 SkDrawable* draw = (**list)[index];
84 if (draw == match)
86 if (draw->isApply()) {
87 SkApply* apply = (SkApply*) draw;
101 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
108 bool SkDisplayList::SearchGroupForMatch(SkDrawable* draw, SkDrawable* match, SkTDDrawableArray** list,
110 SkGroup* group = (SkGroup*) draw;
126 SkDrawable* draw = fDrawList[index];
127 if (draw->isApply() == false)
129 SkApply* apply = (SkApply*) draw;
162 SkDrawable* draw = fDrawList[index];
163 draw->validate();