Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRTree.cpp47 fNodes.setReserve(CountNodes(fCount, fAspectRatio)); in insert()
63 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) { in CountNodes() function in SkRTree
100 return nodes + CountNodes(nodes, aspectRatio); in CountNodes()
DSkRTree.h85 static int CountNodes(int branches, SkScalar aspectRatio);