Searched refs:SkRTree (Results 1 - 10 of 10) 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();
126 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
127 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
131 const SkRTree::SortSide fSide;
135 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...]
H A DSkPicture.cpp26 #include "SkRTree.h"
235 return SkRTree::Create(kRTreeMinChildren, kRTreeMaxChildren,
/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();
126 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
127 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
131 const SkRTree::SortSide fSide;
135 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...]
H A DSkPicture.cpp26 #include "SkRTree.h"
235 return SkRTree::Create(kRTreeMinChildren, kRTreeMaxChildren,
/external/skia/bench/
H A DRTreeBench.cpp11 #include "SkRTree.h"
193 SkRTree::Create(5, 16)));
197 SkRTree::Create(5, 16)));
201 SkRTree::Create(5, 16, 1, false)));
205 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16)));
209 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16, 1, false)));
214 SkRTree::Create(5, 16)));
218 SkRTree::Create(5, 16)));
222 SkRTree::Create(5, 16, 1, false)));
226 BBoxQueryBench::kRandom_QueryType, SkRTree
[all...]
/external/skia/tests/
H A DRTreeTest.cpp11 #include "SkRTree.h"
72 SkRTree& tree) {
81 static void rtree_test_main(SkRTree* rtree, skiatest::Reporter* reporter) {
143 SkRTree* rtree = SkRTree::Create(MIN_CHILDREN, MAX_CHILDREN);
148 SkRTree* unsortedRtree = SkRTree::Create(MIN_CHILDREN, MAX_CHILDREN, 1, false);
/external/skia/tools/
H A DPictureRenderer.cpp27 #include "SkRTree.h"
868 return SkRTree::Create(kRTreeMinChildren, kRTreeMaxChildren,
/external/skia/
H A DAndroid.mk183 src/core/SkRTree.cpp \

Completed in 370 milliseconds