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

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.cpp70 fRoot.fChild.subtree = allocateNode(0);
80 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
97 fRoot.fChild.subtree = allocateNode(0);
131 SkRTree::Node* SkRTree::allocateNode(uint16_t level) { function in class:SkRTree
151 Node* newSibling = this->allocateNode(root->fLevel);
387 Node* n = allocateNode(level);
/external/skia/src/core/
H A DSkRTree.cpp63 fRoot.fChild.subtree = allocateNode(0);
73 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
90 fRoot.fChild.subtree = allocateNode(0);
124 SkRTree::Node* SkRTree::allocateNode(uint16_t level) { function in class:SkRTree
144 Node* newSibling = this->allocateNode(root->fLevel);
380 Node* n = allocateNode(level);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h288 Node* allocateNode() function in struct:WTF::ListHashSetAllocator
364 return allocator->allocateNode();

Completed in 117 milliseconds