HomeSort by relevance Sort by last modified time
    Searched refs:m_paintOffset (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
LayoutState.cpp 50 m_paintOffset = IntSize(fixedOffset.x(), fixedOffset.y()) + offset;
52 m_paintOffset = prev->m_paintOffset + offset;
57 m_paintOffset += toRenderInline(container)->relativePositionedInlineOffset(renderer);
61 m_layoutOffset = m_paintOffset;
64 m_paintOffset += renderer->layer()->relativePositionOffset();
72 IntRect clipRect(toPoint(m_paintOffset) + renderer->view()->layoutDelta(), layer->size());
80 m_paintOffset -= layer->scrolledContentOffset();
121 m_paintOffset = IntSize(absContentPoint.x(), absContentPoint.y());
126 m_clipRect = IntRect(toPoint(m_paintOffset), layer->size())
    [all...]
LayoutState.h 86 IntSize m_paintOffset; // x/y offset from container. Includes relative positioning and scroll offsets.
RenderInline.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 360 milliseconds