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

/external/skia/src/core/
H A DSkRTree.cpp152 int splitIndex = this->distributeChildren(toDivide); local
155 root->fNumChildren = splitIndex;
156 newSibling->fNumChildren = fMaxChildren + 1 - splitIndex;
157 for (int i = 0; i < splitIndex; ++i) {
160 for (int i = splitIndex; i < fMaxChildren + 1; ++i) {
161 *newSibling->child(i - splitIndex) = toDivide[i];

Completed in 83 milliseconds