Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldPaintContent

3588     bool shouldPaintContent = m_hasVisibleContent && isSelfPaintingLayer && !isPaintingOverlayScrollbars;
3693 bool shouldPaintBackground = isPaintingCompositedBackground && shouldPaintContent && !selectionOnly;
3695 bool shouldPaintOwnContents = isPaintingCompositedForeground && shouldPaintContent;
3698 bool shouldPaintMask = (paintFlags & PaintLayerPaintingCompositingMaskPhase) && shouldPaintContent && renderer()->hasMask() && !selectionOnly;
3707 if (shouldPaintContent || shouldPaintOutline || isPaintingOverlayScrollbars) {
3713 updatePaintingInfoForFragments(layerFragments, localPaintingInfo, paintFlags, shouldPaintContent, &offsetFromRoot);
3881 bool shouldPaintContent, const LayoutPoint* offsetFromRoot)
3886 fragment.shouldPaintContent = shouldPaintContent;
3889 fragment.shouldPaintContent &= intersectsDamageRect(fragment.layerBounds, fragment.backgroundRect.rect(), localPaintingInfo.rootLayer, &newOffsetFromRoot);
3933 if (!fragment.shouldPaintContent)
3964 if (fragment.shouldPaintContent && !fragment.foregroundRect.isEmpty()) {
3974 bool shouldClip = localPaintingInfo.clipToDirtyRect && layerFragments.size() == 1 && layerFragments[0].shouldPaintContent && !layerFragments[0].foregroundRect.isEmpty();
4000 if (!fragment.shouldPaintContent || fragment.foregroundRect.isEmpty())
4037 if (!fragment.shouldPaintContent)