hasFilterThatMovesPixels 161 Source/core/animation/CompositorAnimations.cpp if (operations.hasFilterThatMovesPixels()) hasFilterThatMovesPixels 89 Source/core/rendering/FilterEffectRenderer.cpp m_hasFilterThatMovesPixels = operations.hasFilterThatMovesPixels(); hasFilterThatMovesPixels 349 Source/core/rendering/FilterEffectRenderer.cpp if (filter->hasFilterThatMovesPixels()) { hasFilterThatMovesPixels 103 Source/core/rendering/FilterEffectRenderer.h bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; } hasFilterThatMovesPixels 239 Source/core/rendering/RenderLayer.cpp return filter ? filter->hasFilterThatMovesPixels() : false; hasFilterThatMovesPixels 2163 Source/core/rendering/RenderLayer.cpp localPaintingInfo.clipToDirtyRect = !filterRenderer()->hasFilterThatMovesPixels(); hasFilterThatMovesPixels 301 Source/core/rendering/RenderLayer.h bool overlapBoundsIncludeChildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); } hasFilterThatMovesPixels 71 Source/platform/graphics/filters/FilterOperations.h bool hasFilterThatMovesPixels() const;