Home
last modified time | relevance | path

Searched refs:youngestValid (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DClipStack.cpp996 // After the loop, elements between [max(youngestValid, startingIndex)+1, count-1] can be in appendElement()
999 int youngestValid = fStartingElementIndex - 1; in appendElement() local
1037 if (i > youngestValid) { in appendElement()
1038 youngestValid = i; in appendElement()
1048 SkASSERT(youngestValid == fStartingElementIndex - 1 || in appendElement()
1049 (youngestValid >= fStartingElementIndex && youngestValid < elements->count())); in appendElement()
1062 int targetCount = youngestValid + 1; in appendElement()
1064 // toAdd will be stored right after youngestValid in appendElement()

Completed in 3 milliseconds