Searched refs:hasFilterThatMovesPixels (Results 1 – 8 of 8) sorted by relevance
71 bool hasFilterThatMovesPixels() const;
184 bool FilterOperations::hasFilterThatMovesPixels() const in hasFilterThatMovesPixels() function in WebCore::FilterOperations
104 bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; } in hasFilterThatMovesPixels() function
117 m_hasFilterThatMovesPixels = operations.hasFilterThatMovesPixels(); in build()389 if (filter->hasFilterThatMovesPixels()) { in prepareFilterEffect()
305 …hildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); } in overlapBoundsIncludeChildren()
218 return filter ? filter->hasFilterThatMovesPixels() : false; in requiresFullLayerImageForFilters()2093 localPaintingInfo.clipToDirtyRect = !filterRenderer()->hasFilterThatMovesPixels(); in paintLayerContents()
204 if (value->value()->hasFilterThatMovesPixels()) in appendKeyframeWithStandardTimingFunction()220 if (value->value()->hasFilterThatMovesPixels()) in appendKeyframeWithCustomBezierTimingFunction()
175 if (operations.hasFilterThatMovesPixels()) in isCandidateForAnimationOnCompositor()