Home | History | Annotate | Download | only in rendering

Lines Matching defs:shouldPaint

2687     bool shouldPaint = intersectsDamageRect(layerBounds, damageRect, rootLayer) && m_hasVisibleContent && isSelfPaintingLayer();
2688 if (shouldPaint && !selectionOnly && !damageRect.isEmpty() && !paintingOverlayScrollbars) {
2709 if (shouldPaint && !clipRectToApply.isEmpty() && !paintingOverlayScrollbars) {
2748 if (renderer()->hasMask() && shouldPaint && !selectionOnly && !damageRect.isEmpty() && !paintingOverlayScrollbars) {