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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FilterOperations.h 70 bool hasFilterThatMovesPixels() const;
FilterOperations.cpp 179 bool FilterOperations::hasFilterThatMovesPixels() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FilterEffectRenderer.h 104 bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; }
FilterEffectRenderer.cpp 115 m_hasFilterThatMovesPixels = operations.hasFilterThatMovesPixels();
389 if (filter->hasFilterThatMovesPixels()) {
RenderLayer.h 681 bool overlapBoundsIncludeChildren() const { return hasFilter() && renderer()->style()->filter().hasFilterThatMovesPixels(); }
    [all...]
RenderLayer.cpp 297 return filter ? filter->hasFilterThatMovesPixels() : false;
    [all...]

Completed in 57 milliseconds