HomeSort by relevance Sort by last modified time
    Searched refs:fChild (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 57 newBranch.fChild.data = data;
65 fRoot.fChild.subtree = allocateNode(0);
66 fRoot.fChild.subtree->fNumChildren = 0;
70 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
71 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
74 Node* oldRoot = fRoot.fChild.subtree;
79 fRoot.fChild.subtree = newRoot;
80 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
92 fRoot.fChild.subtree = allocateNode(0);
93 fRoot.fChild.subtree->fNumChildren = 0
    [all...]
SkRTree.h 83 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; }
103 } fChild;
  /external/skia/src/core/
SkRTree.cpp 57 newBranch.fChild.data = data;
65 fRoot.fChild.subtree = allocateNode(0);
66 fRoot.fChild.subtree->fNumChildren = 0;
70 Branch* newSibling = insert(fRoot.fChild.subtree, &newBranch);
71 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
74 Node* oldRoot = fRoot.fChild.subtree;
79 fRoot.fChild.subtree = newRoot;
80 fRoot.fBounds = this->computeBounds(fRoot.fChild.subtree);
92 fRoot.fChild.subtree = allocateNode(0);
93 fRoot.fChild.subtree->fNumChildren = 0
    [all...]
SkRTree.h 83 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; }
103 } fChild;
  /external/chromium_org/third_party/skia/src/views/
SkView.cpp 740 fChild = fFirstChild ? fFirstChild->fPrevSibling : NULL;
744 SkView* curr = fChild;
746 if (fChild) {
747 if (fChild == fFirstChild) {
748 fChild = NULL;
750 fChild = fChild->fPrevSibling;
758 fChild = fFirstChild;
762 SkView* curr = fChild;
764 if (fChild) {
    [all...]
  /external/skia/src/views/
SkView.cpp 740 fChild = fFirstChild ? fFirstChild->fPrevSibling : NULL;
744 SkView* curr = fChild;
746 if (fChild) {
747 if (fChild == fFirstChild) {
748 fChild = NULL;
750 fChild = fChild->fPrevSibling;
758 fChild = fFirstChild;
762 SkView* curr = fChild;
764 if (fChild) {
    [all...]
  /external/chromium_org/third_party/skia/include/views/
SkView.h 235 SkView* fFirstChild, *fChild;
250 SkView* fFirstChild, *fChild;
  /external/skia/include/views/
SkView.h 235 SkView* fFirstChild, *fChild;
250 SkView* fFirstChild, *fChild;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 520 milliseconds