Home | History | Annotate | Download | only in rendering

Lines Matching refs:adjustedLocation

1513     LayoutPoint adjustedLocation = accumulatedOffset + location();
1515 if (hasOverflowClip() && !locationInContainer.intersects(overflowClipRect(adjustedLocation)))
1525 LayoutPoint childPoint = flipForWritingModeForChild(row, adjustedLocation);
1538 hitTestRect.moveBy(-adjustedLocation);
1556 LayoutPoint cellPoint = flipForWritingModeForChild(cell, adjustedLocation);