Searched refs:hasFilterThatMovesPixels (Results 1 – 7 of 7) sorted by relevance
71 bool hasFilterThatMovesPixels() const;
166 bool FilterOperations::hasFilterThatMovesPixels() const in hasFilterThatMovesPixels() function in WebCore::FilterOperations
100 bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; } in hasFilterThatMovesPixels() function
87 m_hasFilterThatMovesPixels = operations.hasFilterThatMovesPixels(); in build()342 if (filter->hasFilterThatMovesPixels()) { in prepareFilterEffect()
266 …hildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); } in overlapBoundsIncludeChildren()
240 return filter ? filter->hasFilterThatMovesPixels() : false; in requiresFullLayerImageForFilters()2048 localPaintingInfo.clipToDirtyRect = !filterRenderer()->hasFilterThatMovesPixels(); in paintLayerContents()
159 if (operations.hasFilterThatMovesPixels()) in isCandidateForAnimationOnCompositor()