Searched refs:rectPtr (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebKit/android/nav/ |
D | CacheBuilder.cpp | 549 IntRect* rectPtr = &focusBounds; in groups() local 554 INT_MAX, globalOffsetX, globalOffsetY, rectPtr, in groups() 559 if (CacheBuilder::ConstructPartRects(node, nodeBounds, rectPtr, in groups() 564 if (arraySize > 1 || (arraySize == 1 && (rectPtr->width() != rect.width())) || in groups() 565 rectPtr->height() != rect.height()) { in groups() 573 rectPtr = &rects.at(rectIndex); in groups() 575 rectPtr->x(), rectPtr->y(), rectPtr->width(), in groups() 576 rectPtr->height(), rectIndex + 1); in groups()
|