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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 66 maxx = children[0]->m_maxX;
74 maxx = std::max(maxx, children[i]->m_maxX);
90 int newMaxX = std::max(maxx, node->m_maxX);
192 , m_maxX(0)
217 recomputeBounds(m_minX, m_minY, m_maxX, m_maxY,
226 return computeDeltaArea(node, m_minX, m_minY, m_maxX, m_maxY);
233 m_maxX = 0;
258 , m_maxX(maxx)
315 recomputeBounds(m_minX, m_minY, m_maxX, m_maxY,
321 return computeDeltaArea(node, m_minX, m_minY, m_maxX, m_maxY)
    [all...]
RTree.h 111 int m_maxX;
176 int m_maxX;

Completed in 24 milliseconds