Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldClip

1177         bool shouldClip = backgroundObject->hasLayer() && (backgroundObject == this || backgroundObject == parent()) && tableElt->collapseBorders();
1178 GraphicsContextStateSaver stateSaver(*paintInfo.context, shouldClip);
1179 if (shouldClip) {