Searched refs:allocateNodeAtLevel (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRTree.h84 // How many times will bulkLoad() call allocateNodeAtLevel()?
87 Node* allocateNodeAtLevel(uint16_t level);
H A DSkRTree.cpp41 Node* n = this->allocateNodeAtLevel(0);
53 SkRTree::Node* SkRTree::allocateNodeAtLevel(uint16_t level) { function in class:SkRTree
143 Node* n = allocateNodeAtLevel(level);

Completed in 53 milliseconds