Home
last modified time | relevance | path

Searched refs:filterRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFilterEffectRenderer.cpp297 bool FilterEffectRenderer::updateBackingStoreRect(const FloatRect& filterRect) in updateBackingStoreRect() argument
299 if (!filterRect.isZero() && isFilterSizeValid(filterRect)) { in updateBackingStoreRect()
301 if (filterRect != currentSourceRect) { in updateBackingStoreRect()
302 setSourceImageRect(filterRect); in updateBackingStoreRect()
DFilterEffectRenderer.h97 bool updateBackingStoreRect(const FloatRect& filterRect);