Searched defs:activeNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkTLList.h313 Node* activeNode = iter.init(fList, Iter::kHead_IterStart); local
314 while (activeNode) {
316 SkASSERT(fList.isInList(activeNode));
317 Block* block = activeNode->fBlock;
330 activeNode = iter.next();
/external/skia/src/core/
H A DSkTLList.h313 Node* activeNode = iter.init(fList, Iter::kHead_IterStart); local
314 while (activeNode) {
316 SkASSERT(fList.isInList(activeNode));
317 Block* block = activeNode->fBlock;
330 activeNode = iter.next();

Completed in 101 milliseconds