Home
last modified time | relevance | path

Searched refs:paintsWithFilters (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerRepainter.cpp236 if (parentLayer->paintsWithFilters()) { in setFilterBackendNeedsRepaintingInRect()
DRenderLayer.cpp199 bool RenderLayer::paintsWithFilters() const in paintsWithFilters() function in WebCore::RenderLayer
215 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()
DRenderLayer.h391 bool paintsWithFilters() const;
DRenderLayerCompositor.cpp694 if (!layer->paintsWithFilters()) in calculateCompositedBounds()
DRenderObject.cpp1841 if (layer->compositingState() != PaintsIntoOwnBacking || layer->paintsWithFilters()) in adjustStyleDifference()