Searched refs:allocateNode (Results 1 - 6 of 6) 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);
H A DSkRTree.h196 Node* allocateNode(uint16_t 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);
H A DSkRTree.h196 Node* allocateNode(uint16_t level);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DListHashSet.h288 Node* allocateNode() function in struct:WTF::ListHashSetAllocator
364 return allocator->allocateNode();
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1715 void* allocateNode()

Completed in 5406 milliseconds