HomeSort by relevance Sort by last modified time
    Searched full:bulkload (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRTree.cpp 49 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) {
162 return this->bulkLoad(branches, level + 1);
SkRTree.h 81 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
83 // How many times will bulkLoad() call allocateNodeAtLevel()?

Completed in 586 milliseconds