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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 67 maxy = children[0]->m_maxY;
75 maxy = std::max(maxy, children[i]->m_maxY);
91 int newMaxY = std::max(maxy, node->m_maxY);
194 , m_maxY(0)
217 recomputeBounds(m_minX, m_minY, m_maxX, m_maxY,
226 return computeDeltaArea(node, m_minX, m_minY, m_maxX, m_maxY);
235 m_maxY = 0;
259 , m_maxY(maxy)
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 113 int m_maxY;
177 int m_maxY;

Completed in 42 milliseconds