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