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

/external/skia/src/core/
H A DSkRTree.cpp49 fRoot = this->bulkLoad(&branches);
63 // This function parallels bulkLoad, but just counts how many nodes bulkLoad would allocate.
104 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { function in class:SkRTree
162 return this->bulkLoad(branches, level + 1);

Completed in 136 milliseconds