Home | History | Annotate | Download | only in rendering

Lines Matching refs:adjustedPaintOffset

1182     LayoutPoint adjustedPaintOffset = paintOffset;
1184 adjustedPaintOffset.moveBy(location());
1195 LayoutRect clipRect(adjustedPaintOffset.x() + borderLeft(), adjustedPaintOffset.y() + borderTop(),
1199 paintFillLayers(paintInfo, c, bgLayer, LayoutRect(adjustedPaintOffset, pixelSnappedSize()), BackgroundBleedNone, CompositeSourceOver, backgroundObject);