HomeSort by relevance Sort by last modified time
    Searched refs:RTree (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.h 61 namespace RTree {
66 class RTree {
69 RTree(android::LinearAllocator* allocator, int M = 10);
70 ~RTree();
122 static Node* create(RTree* tree) {
126 static Node* create(RTree* tree, int minx, int miny, int maxx, int maxy,
141 Node(RTree* tree, int minx, int miny, int maxx, int maxy, WebCore::RecordingData* payload);
164 RTree* m_tree;
186 } // namespace RTree
RTree.cpp 26 #define LOG_TAG "RTree"
31 #include "RTree.h"
45 namespace RTree {
98 // RTree
111 // is strongly impacted by a choice of a good M value (RTree::m_maxChildren).
116 // To find the leaf node N where we can insert a new element (RTree::insert(),
135 RTree::RTree(android::LinearAllocator* allocator, int M)
144 RTree::~RTree()
    [all...]
PlatformGraphicsContextRecording.cpp 39 #include "RTree.h"
293 RTree::RTree m_tree;
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 650 platform/graphics/android/context/RTree.cpp \
    [all...]

Completed in 52 milliseconds