Searched refs:curPtr (Results 1 – 2 of 2) sorted by relevance
73 for (SkDrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) in ~SkApply() local74 delete *curPtr; in ~SkApply()163 for (SkDrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) { in contains() local164 if (*curPtr == child || (*curPtr)->contains(child)) in contains()
1564 PtnElem *curPtr=nodePtr; in hasNext() local1570 if ( curPtr != NULL ) { in hasNext()1571 if ( curPtr->next != NULL ) { in hasNext()1576 curPtr=NULL; in hasNext()