HomeSort by relevance Sort by last modified time
    Searched refs:CountNodes (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkRTree.h 84 static int CountNodes(int branches, SkScalar aspectRatio);
SkRTree.cpp 48 fNodes.setReserve(CountNodes(fCount, fAspectRatio));
64 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) {
101 return nodes + CountNodes(nodes, aspectRatio);
  /external/skqp/src/core/
SkRTree.h 84 static int CountNodes(int branches, SkScalar aspectRatio);
SkRTree.cpp 48 fNodes.setReserve(CountNodes(fCount, fAspectRatio));
64 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) {
101 return nodes + CountNodes(nodes, aspectRatio);

Completed in 81 milliseconds