HomeSort by relevance Sort by last modified time
    Searched defs:SkRTree (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkRTree.h 32 class SkRTree : public SkBBoxHierarchy {
41 explicit SkRTree(SkScalar aspectRatio = 1);
42 virtual ~SkRTree() {}
SkRTree.cpp 8 #include "SkRTree.h"
10 SkRTree::SkRTree(SkScalar aspectRatio) : fCount(0), fAspectRatio(aspectRatio) {}
12 SkRect SkRTree::getRootBound() const {
20 void SkRTree::insert(const SkRect boundsArray[], int N) {
53 SkRTree::Node* SkRTree::allocateNodeAtLevel(uint16_t level) {
63 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) {
103 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level)
    [all...]

Completed in 663 milliseconds