Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRTree.cpp42 Node* n = this->allocateNodeAtLevel(0); in insert()
54 SkRTree::Node* SkRTree::allocateNodeAtLevel(uint16_t level) { in allocateNodeAtLevel() function in SkRTree
144 Node* n = allocateNodeAtLevel(level); in bulkLoad()
DSkRTree.h86 Node* allocateNodeAtLevel(uint16_t level);