Home
last modified time | relevance | path

Searched refs:nextPriority (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTexturesGenerator.cpp124 int nextPriority = next->priority(); in popNext() local
125 if (nextPriority < 0) { in popNext()
133 if (nextPriority <= currentPriority) { in popNext()
135 currentPriority = nextPriority; in popNext()