Lines Matching refs:next
543 for (const Element* element = (const Element*)recIter.next();
545 element = (const Element*)recIter.next()) {
562 const Element* myElement = (const Element*)myIter.next();
563 const Element* bElement = (const Element*)bIter.next();
569 myElement = (const Element*)myIter.next();
570 bElement = (const Element*)bIter.next();
800 const SkClipStack::Element* SkClipStack::Iter::next() {
801 return (const SkClipStack::Element*)fIter.next();
825 // return on the next "next" or "prev" call) the element
828 if (nullptr == fIter.next()) {
843 return this->next();
1005 while ((e = iter.next())) {