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);
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...]
/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...]

Completed in 336 milliseconds