Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintContainer

1814 void RenderBox::mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformState, MapCoordinatesFlags mode, bool* wasFixed) const
1816 if (repaintContainer == this)
1820 if (v->canMapUsingLayoutStateForContainer(repaintContainer)) {
1831 RenderObject* o = container(repaintContainer, &containerSkipped);
1858 // There can't be a transform between repaintContainer and o, because transforms create containers, so it should be safe
1859 // to just subtract the delta between the repaintContainer and o.
1860 LayoutSize containerOffset = repaintContainer->offsetFromAncestorContainer(o);
1867 o->mapLocalToContainer(repaintContainer, transformState, mode, wasFixed);