Searched refs:paintsWithFilters (Results 1 – 5 of 5) sorted by relevance
236 if (parentLayer->paintsWithFilters()) { in setFilterBackendNeedsRepaintingInRect()
199 bool RenderLayer::paintsWithFilters() const in paintsWithFilters() function in WebCore::RenderLayer215 if (!paintsWithFilters()) in requiresFullLayerImageForFilters()2065 FilterEffectRendererHelper filterPainter(filterRenderer() && paintsWithFilters()); in paintLayerContents()3719 if (paintsWithFilters() && renderer()->style()->filter().hasFilterThatAffectsOpacity()) in backgroundIsKnownToBeOpaqueInRect()3950 if ((didPaintWithFilters != paintsWithFilters()) && !newOutsets.isZero()) { in needsCompositingLayersRebuiltForFilters()4009 if (paintsWithFilters()) in styleChanged()4127 if (!paintsWithFilters()) { in updateOrRemoveFilterEffectRenderer()
391 bool paintsWithFilters() const;
694 if (!layer->paintsWithFilters()) in calculateCompositedBounds()
1841 if (layer->compositingState() != PaintsIntoOwnBacking || layer->paintsWithFilters()) in adjustStyleDifference()