Searched defs:SkRTree (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRTree.h32 class SkRTree : public SkBBoxHierarchy { class in inherits:SkBBoxHierarchy
34 SK_DECLARE_INST_COUNT(SkRTree)
41 explicit SkRTree(SkScalar aspectRatio = 1);
42 virtual ~SkRTree() {}
H A DSkRTree.cpp8 #include "SkRTree.h"
10 SkRTree::SkRTree(SkScalar aspectRatio) : fCount(0), fAspectRatio(aspectRatio) {} function in class:SkRTree
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
[all...]

Completed in 123 milliseconds