Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp104 unsigned int beginLastSpan = -1; in reverseRectsResolvingJunctions() local
116 beginLastSpan = INT_MAX; in reverseRectsResolvingJunctions()
118 beginLastSpan = endLastSpan + 1; in reverseRectsResolvingJunctions()
128 for (unsigned int prevIndex = beginLastSpan; prevIndex <= endLastSpan; prevIndex++) { in reverseRectsResolvingJunctions()
147 beginLastSpan = prevIndex; in reverseRectsResolvingJunctions()
165 beginLastSpan = prevIndex; in reverseRectsResolvingJunctions()