Home
last modified time | relevance | path

Searched refs:m_paintOffset (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp51 m_paintOffset = LayoutSize(fixedOffset.x(), fixedOffset.y()) + offset; in LayoutState()
53 m_paintOffset = prev->m_paintOffset + offset; in LayoutState()
58m_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()
DLayoutState.h125 LayoutSize m_paintOffset; variable
DRenderInline.cpp1068 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()
1153 LayoutSize offset = layoutState->m_paintOffset; in mapLocalToContainer()
DRenderBox.cpp1914 LayoutSize offset = layoutState->m_paintOffset + locationOffset(); in mapLocalToContainer()
2129 rect.move(layoutState->m_paintOffset); in computeRectForRepaint()