Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldClip

1545         bool shouldClip = clipForStyle || clipAdjacentSide1 || clipAdjacentSide2;
1547 GraphicsContextStateSaver clipStateSaver(*graphicsContext, shouldClip);
1548 if (shouldClip) {