HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /external/skqp/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);

Completed in 57 milliseconds