HomeSort by relevance Sort by last modified time
    Searched refs:hasFilterThatMovesPixels (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.h 71 bool hasFilterThatMovesPixels() const;
FilterOperations.cpp 166 bool FilterOperations::hasFilterThatMovesPixels() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h 100 bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; }
FilterEffectRenderer.cpp 87 m_hasFilterThatMovesPixels = operations.hasFilterThatMovesPixels();
342 if (filter->hasFilterThatMovesPixels()) {
RenderLayer.h 266 bool overlapBoundsIncludeChildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); }
    [all...]
RenderLayer.cpp 240 return filter ? filter->hasFilterThatMovesPixels() : false;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 159 if (operations.hasFilterThatMovesPixels())

Completed in 115 milliseconds