OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bulkload
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkRTree.cpp
48
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) {
161
return this->
bulkLoad
(branches, level + 1);
SkRTree.h
82
Branch
bulkLoad
(SkTDArray<Branch>* branches, int level = 0);
84
// How many times will
bulkLoad
() call allocateNodeAtLevel()?
Completed in 43 milliseconds