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 101 bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; }
FilterEffectRenderer.cpp 88 m_hasFilterThatMovesPixels = operations.hasFilterThatMovesPixels();
340 if (filter->hasFilterThatMovesPixels()) {
RenderLayer.h 247 bool overlapBoundsIncludeChildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); }
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 164 if (operations.hasFilterThatMovesPixels())

Completed in 417 milliseconds