Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintContainer

302 void RenderView::mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformState, MapCoordinatesFlags mode, bool* wasFixed) const
306 if (!repaintContainer && mode & UseTransforms && shouldUseTransformFromContainer(0)) {
315 if (repaintContainer == this)
323 parentDocRenderer->mapLocalToContainer(repaintContainer, transformState, mode, wasFixed);
330 ASSERT_ARG(repaintContainer, !repaintContainer);
563 void RenderView::computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect& rect, bool fixed) const
567 ASSERT_ARG(repaintContainer, !repaintContainer || repaintContainer == this);
585 if (!repaintContainer && layer() && layer()->transform())
641 // RenderSelectionInfo::rect() is in the coordinates of the repaintContainer, so map to page coordinates.
643 if (RenderLayerModelObject* repaintContainer = info->repaintContainer()) {
644 FloatQuad absQuad = repaintContainer->localToAbsoluteQuad(FloatRect(currRect));