Home | History | Annotate | Download | only in animator

Lines Matching refs:fDrawList

36     if (fDrawList.count()) {
41 for (int index = 0; index < fDrawList.count(); index++) {
42 SkDrawable* draw = fDrawList[index];
56 *list = &fDrawList;
57 *grandList = &fDrawList;
62 fDrawList.reset();
117 for (int index = 0; index < fDrawList.count(); index++) {
118 SkDrawable* draw = fDrawList[index];
143 for (int index = 0; index < fDrawList.count(); index++) {
145 fDrawList[fDumpIndex]->dump(maker);
153 for (int index = 0; index < fDrawList.count(); index++) {
154 SkDrawable* draw = fDrawList[index];