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

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

Completed in 40 milliseconds