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

/frameworks/native/libs/ui/
H A DRegion.cpp108 int endLastSpan = -1; local
121 beginLastSpan = endLastSpan + 1;
123 endLastSpan = static_cast<int>(dst.size()) - 1;
131 for (int prevIndex = beginLastSpan; prevIndex <= endLastSpan; prevIndex++) {
132 // prevIndex can't be -1 here because if endLastSpan is set to a

Completed in 1014 milliseconds