OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newSibling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRTree.cpp
68
Branch*
newSibling
= insert(fRoot.fChild.subtree, &newBranch);
71
if (NULL !=
newSibling
) {
76
*newRoot->child(1) = *
newSibling
;
144
Node*
newSibling
= this->allocateNode(root->fLevel);
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/skia/src/core/
SkRTree.cpp
68
Branch*
newSibling
= insert(fRoot.fChild.subtree, &newBranch);
71
if (NULL !=
newSibling
) {
76
*newRoot->child(1) = *
newSibling
;
144
Node*
newSibling
= this->allocateNode(root->fLevel);
154
newSibling
->fNumChildren = fMaxChildren + 1 - splitIndex;
159
*
newSibling
->child(i - splitIndex) = toDivide[i];
164
branch->fChild.subtree =
newSibling
;
165
branch->fBounds = this->computeBounds(
newSibling
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java
780
CanvasViewInfo
newSibling
= newIterator.next();
782
if (oldSibling.getName().equals(
newSibling
.getName())) {
788
return
newSibling
;
[
all
...]
Completed in 441 milliseconds