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);
59 virtual ~SkRTree();
125 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
126 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
130 const SkRTree::SortSide fSide;
134 bool operator()(const SkRTree::Branch lhs, const SkRTree
[all...]
H A DSkRTree.cpp9 #include "SkRTree.h"
22 SK_DEFINE_INST_COUNT(SkRTree)
24 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio) {
27 return new SkRTree(minChildren, maxChildren, aspectRatio);
32 SkRTree::SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio) function in class:SkRTree
45 SkRTree::~SkRTree() {
49 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);
59 virtual ~SkRTree();
125 RectLessThan(SkRTree::SortSide side) : fSide(side) { }
126 bool operator()(const SkRTree::Branch lhs, const SkRTree::Branch rhs) const {
130 const SkRTree::SortSide fSide;
134 bool operator()(const SkRTree::Branch lhs, const SkRTree
[all...]
H A DSkRTree.cpp9 #include "SkRTree.h"
22 SK_DEFINE_INST_COUNT(SkRTree)
24 SkRTree* SkRTree::Create(int minChildren, int maxChildren, SkScalar aspectRatio) {
27 return new SkRTree(minChildren, maxChildren, aspectRatio);
32 SkRTree::SkRTree(int minChildren, int maxChildren, SkScalar aspectRatio) function in class:SkRTree
45 SkRTree::~SkRTree() {
49 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"
197 SkRTree::Create(5, 16)));
201 SkRTree::Create(5, 16)));
205 &make_concentric_rects_increasing, true, SkRTree::Create(5, 16)));
209 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16)));
213 BBoxQueryBench::kRandom_QueryType, SkRTree::Create(5, 16)));
/external/skia/tests/
H A DRTreeTest.cpp11 #include "SkRTree.h"
72 SkRTree& tree) {
84 SkRTree* rtree = SkRTree::Create(MIN_CHILDREN, MAX_CHILDREN);
/external/skia/tools/
H A DPictureRenderer.cpp26 #include "SkRTree.h"
793 return SkRTree::Create(kRTreeMinChildren, kRTreeMaxChildren,
/external/skia/
H A DAndroid.mk187 src/core/SkRTree.cpp \

Completed in 804 milliseconds