Home | History | Annotate | Download | only in animator

Lines Matching defs:parentIndex

116         int parentIndex = fParents.count() - 1;
117 if (parentIndex > 0) {
118 SkDisplayable* parent = fParents[parentIndex - 1].fDisplayable;
169 int parentIndex = fParents.count() - 1;
170 if (parentIndex >= 0) {
171 Parent& container = fParents[parentIndex];
173 fMaker.fEndDepth = parentIndex;
177 if (parentIndex > 0) {
178 SkDisplayable* parent = fParents[parentIndex - 1].fDisplayable;
185 SkDisplayType::GetMembers(&fMaker, fParents[parentIndex - 1].fType, &infoCount);
199 fParents.remove(parentIndex);