Home
last modified time | relevance | path

Searched refs:CountNodes (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkRTree.cpp40 fNodes.reserve(CountNodes(fCount)); in insert()
57 int SkRTree::CountNodes(int branches) { in CountNodes() function in SkRTree
90 return nodes + CountNodes(nodes); in CountNodes()
DSkRTree.h72 static int CountNodes(int branches);
/third_party/flutter/skia/src/core/
DSkRTree.cpp47 fNodes.setReserve(CountNodes(fCount)); in insert()
63 int SkRTree::CountNodes(int branches) { in CountNodes() function in SkRTree
96 return nodes + CountNodes(nodes); in CountNodes()
DSkRTree.h77 static int CountNodes(int branches);