Searched refs:m_paintOffset (Results 1 – 4 of 4) sorted by relevance
51 m_paintOffset = LayoutSize(fixedOffset.x(), fixedOffset.y()) + offset; in LayoutState()53 m_paintOffset = prev->m_paintOffset + offset; in LayoutState()58 … m_paintOffset += toRenderInline(container)->offsetForInFlowPositionedInline(renderer); in LayoutState()62 m_layoutOffset = m_paintOffset; in LayoutState()65 m_paintOffset += renderer->layer()->offsetForInFlowPosition(); in LayoutState()72 …LayoutRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), renderer->cachedSize… in LayoutState()80 m_paintOffset -= renderer->scrolledContentOffset(); in LayoutState()153 m_paintOffset = LayoutSize(absContentPoint.x(), absContentPoint.y()); in LayoutState()158 m_clipRect = LayoutRect(toPoint(m_paintOffset), containerBox->cachedSizeForOverflowClip()); in LayoutState()159 m_paintOffset -= containerBox->scrolledContentOffset(); in LayoutState()
125 LayoutSize m_paintOffset; variable
1068 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()1153 LayoutSize offset = layoutState->m_paintOffset; in mapLocalToContainer()
1914 LayoutSize offset = layoutState->m_paintOffset + locationOffset(); in mapLocalToContainer()2129 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()