Home
last modified time | relevance | path

Searched refs:nodeBounds (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/nav/
DCachedRoot.cpp1055 void CachedRoot::calcBitBounds(const IntRect& nodeBounds, IntRect* bitBounds) const in calcBitBounds() argument
1058 IntRect overBounds = nodeBounds; in calcBitBounds()
1122 const WebCore::IntRect& nodeBounds = node->rawBounds(); in checkRings() local
1124 calcBitBounds(nodeBounds, &bitBounds); in checkRings()
1138 nodeBounds.x(), nodeBounds.y(), nodeBounds.maxX(), nodeBounds.maxY(), in checkRings()
DCacheBuilder.cpp558 IntRect nodeBounds = node->getRect(); in groups() local
559 if (CacheBuilder::ConstructPartRects(node, nodeBounds, rectPtr, in groups()