Searched defs:newSibling (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp75 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch); local
78 if (newSibling) {
83 *newRoot->child(1) = *newSibling;
151 Node* newSibling = this->allocateNode(root->fLevel); local
161 newSibling->fNumChildren = fMaxChildren + 1 - splitIndex;
166 *newSibling->child(i - splitIndex) = toDivide[i];
171 branch->fChild.subtree = newSibling;
172 branch->fBounds = this->computeBounds(newSibling);
/external/skia/src/core/
H A DSkRTree.cpp68 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch); local
71 if (NULL != newSibling) {
76 *newRoot->child(1) = *newSibling;
144 Node* newSibling = this->allocateNode(root->fLevel); local
154 newSibling->fNumChildren = fMaxChildren + 1 - splitIndex;
159 *newSibling->child(i - splitIndex) = toDivide[i];
164 branch->fChild.subtree = newSibling;
165 branch->fBounds = this->computeBounds(newSibling);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 183 milliseconds