Searched refs:curPtr (Results 1 – 2 of 2) sorted by relevance
65 for (SkADrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) in ~SkApply() local66 delete *curPtr; in ~SkApply()156 for (SkADrawable** curPtr = fScopes.begin(); curPtr < fScopes.end(); curPtr++) { in contains() local157 if (*curPtr == child || (*curPtr)->contains(child)) in contains()
1939 PtnElem *curPtr=nodePtr; in hasNext() local1945 if ( curPtr != NULL ) { in hasNext()1946 if ( curPtr->next != NULL ) { in hasNext()1951 curPtr=NULL; in hasNext()