Home
last modified time | relevance | path

Searched defs:hasFilterThatMovesPixels (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFilterEffectRenderer.h101 bool hasFilterThatMovesPixels() const { return m_hasFilterThatMovesPixels; } in hasFilterThatMovesPixels() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterOperations.cpp166 bool FilterOperations::hasFilterThatMovesPixels() const in hasFilterThatMovesPixels() function in blink::FilterOperations