Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp106 unsigned int endLastSpan = -1; in reverseRectsResolvingJunctions() local
119 beginLastSpan = endLastSpan + 1; in reverseRectsResolvingJunctions()
121 endLastSpan = dst.size() - 1; in reverseRectsResolvingJunctions()
129 for (unsigned int prevIndex = beginLastSpan; prevIndex <= endLastSpan; prevIndex++) { in reverseRectsResolvingJunctions()