Home | History | Annotate | Download | only in rendering

Lines Matching defs:layoutState

1035         // LayoutState is only valid for root-relative repainting
1037 LayoutState* layoutState = v->layoutState();
1040 rect.move(layoutState->m_paintOffset);
1041 if (layoutState->m_clipped)
1042 rect.intersect(layoutState->m_clipRect);
1126 LayoutState* layoutState = v->layoutState();
1127 IntSize offset = layoutState->m_paintOffset;