Lines Matching refs:parentIndex
124 int parentIndex = fParents.count() - 1; in onAddAttributeLen() local
125 if (parentIndex > 0) { in onAddAttributeLen()
126 SkDisplayable* parent = fParents[parentIndex - 1].fDisplayable; in onAddAttributeLen()
177 int parentIndex = fParents.count() - 1; in onEndElement() local
178 if (parentIndex >= 0) { in onEndElement()
179 Parent& container = fParents[parentIndex]; in onEndElement()
181 fMaker.fEndDepth = parentIndex; in onEndElement()
185 if (parentIndex > 0) { in onEndElement()
186 SkDisplayable* parent = fParents[parentIndex - 1].fDisplayable; in onEndElement()
193 SkDisplayType::GetMembers(&fMaker, fParents[parentIndex - 1].fType, &infoCount); in onEndElement()
207 fParents.remove(parentIndex); in onEndElement()