HomeSort by relevance Sort by last modified time
    Searched refs:bulkLoad (Results 1 - 4 of 4) sorted by null

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

Completed in 99 milliseconds