Home | History | Annotate | Download | only in rendering

Lines Matching refs:transformState

34 #include "core/platform/graphics/transforms/TransformState.h"
302 void RenderView::mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformState, MapCoordinatesFlags mode, bool* wasFixed) const
309 transformState.applyTransform(t);
313 transformState.move(m_frameView->scrollOffsetForFixedPosition());
320 transformState.move(-frame()->view()->scrollOffset());
322 transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location()));
323 parentDocRenderer->mapLocalToContainer(repaintContainer, transformState, mode, wasFixed);
354 void RenderView::mapAbsoluteToLocalPoint(MapCoordinatesFlags mode, TransformState& transformState) const
357 transformState.move(m_frameView->scrollOffsetForFixedPosition());
362 transformState.applyTransform(t);