Home | History | Annotate | Download | only in rendering

Lines Matching defs:adjustedLocation

1399     LayoutPoint adjustedLocation = accumulatedOffset + location();
1402 if (!hasOverflowClip() || locationInContainer.intersects(overflowClipRect(adjustedLocation))) {
1405 LayoutPoint childPoint = flipForWritingModeForChild(toRenderBox(child), adjustedLocation);
1415 LayoutRect boundsRect(adjustedLocation, size());
1417 updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjustedLocation)));