Home | History | Annotate | Download | only in rendering

Lines Matching refs:localOffset

768             LayoutSize localOffset = isBox() ? toRenderBox(this)->locationOffset() : LayoutSize();
769 paint(info, scrolledPaintRect.location() - localOffset);