Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRTree.cpp34 Node* n = this->allocateNodeAtLevel(0); in insert()
46 SkRTree::Node* SkRTree::allocateNodeAtLevel(uint16_t level) { in allocateNodeAtLevel() function in SkRTree
128 Node* n = allocateNodeAtLevel(level); in bulkLoad()
DSkRTree.h74 Node* allocateNodeAtLevel(uint16_t level);
/third_party/flutter/skia/src/core/
DSkRTree.cpp41 Node* n = this->allocateNodeAtLevel(0); in insert()
53 SkRTree::Node* SkRTree::allocateNodeAtLevel(uint16_t level) { in allocateNodeAtLevel() function in SkRTree
134 Node* n = allocateNodeAtLevel(level); in bulkLoad()
DSkRTree.h79 Node* allocateNodeAtLevel(uint16_t level);