Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRTree.cpp48 fNodes.setReserve(CountNodes(fCount, fAspectRatio)); in insert()
64 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) { in CountNodes() function in SkRTree
101 return nodes + CountNodes(nodes, aspectRatio); in CountNodes()
DSkRTree.h84 static int CountNodes(int branches, SkScalar aspectRatio);