Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintContainer

1154 void RenderInline::mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformState, MapCoordinatesFlags mode, bool* wasFixed) const
1156 if (repaintContainer == this)
1160 if (v->canMapUsingLayoutStateForContainer(repaintContainer)) {
1171 RenderObject* o = container(repaintContainer, &containerSkipped);
1194 // There can't be a transform between repaintContainer and o, because transforms create containers, so it should be safe
1195 // to just subtract the delta between the repaintContainer and o.
1196 LayoutSize containerOffset = repaintContainer->offsetFromAncestorContainer(o);
1201 o->mapLocalToContainer(repaintContainer, transformState, mode, wasFixed);