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

/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h43 class SkRTree : public SkBBoxHierarchy { class in inherits:SkBBoxHierarchy
45 SK_DECLARE_INST_COUNT(SkRTree)
58 static SkRTree* Create(int minChildren, int maxChildren, SkScalar aspectRatio = 1,
60 virtual ~SkRTree();
132 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
133 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
137 const SkRTree::SortSide fSide;
141 bool operator()(const SkRTree::Branch lhs, const SkRTree
[all...]
H A DSkRTree.cpp8 #include "SkRTree.h"
19 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio,
23 return new SkRTree(minChildren, maxChildren, aspectRatio, sortWhenBulkLoading);
28 SkRTree::SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio, function in class:SkRTree
43 SkRTree::~SkRTree() {
47 void SkRTree::insert(void* data, const SkRect& fbounds, bool defer) {
92 void SkRTree
[all...]
/external/skia/src/core/
H A DSkRTree.h43 class SkRTree : public SkBBoxHierarchy { class in inherits:SkBBoxHierarchy
45 SK_DECLARE_INST_COUNT(SkRTree)
58 static SkRTree* Create(int minChildren, int maxChildren, SkScalar aspectRatio = 1,
60 virtual ~SkRTree();
132 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
133 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
137 const SkRTree::SortSide fSide;
141 bool operator()(const SkRTree::Branch lhs, const SkRTree
[all...]
H A DSkRTree.cpp8 #include "SkRTree.h"
19 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio,
23 return new SkRTree(minChildren, maxChildren, aspectRatio, sortWhenBulkLoading);
28 SkRTree::SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio, function in class:SkRTree
43 SkRTree::~SkRTree() {
47 void SkRTree::insert(void* data, const SkIRect& bounds, bool defer) {
85 void SkRTree
[all...]

Completed in 121 milliseconds