Home | History | Annotate | Download | only in rendering

Lines Matching refs:layoutState

1072         // LayoutState is only valid for root-relative repainting
1074 LayoutState* layoutState = v->layoutState();
1077 rect.move(layoutState->paintOffset());
1078 if (layoutState->isClipped())
1079 rect.intersect(layoutState->clipRect());
1161 LayoutState* layoutState = v->layoutState();
1162 LayoutSize offset = layoutState->paintOffset();