Home
last modified time | relevance | path

Searched refs:maxEffectRect (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterEffect.h102 FloatRect maxEffectRect() const { return m_maxEffectRect; } in maxEffectRect() function
103 void setMaxEffectRect(const FloatRect& maxEffectRect) { m_maxEffectRect = maxEffectRect; } in setMaxEffectRect() argument
DFEOffset.cpp75 paintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
77 paintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
DFETile.cpp61 FloatRect tileRect = in->maxEffectRect(); in applySoftware()
63 FloatPoint maxEffectLocation = maxEffectRect().location(); in applySoftware()
DFEDropShadow.cpp60 absolutePaintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
62 absolutePaintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
DFETile.h37 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEFlood.h49 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEDisplacementMap.h56 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFETurbulence.h63 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFELighting.h49 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEConvolveMatrix.h74 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
DFEMorphology.cpp87 paintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
89 paintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
DFEGaussianBlur.cpp263 absolutePaintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
265 absolutePaintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
DFEComposite.cpp247 setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); in determineAbsolutePaintRect()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
DSVGFEImage.cpp77 paintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()
79 paintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceFilter.cpp217 FloatRect subRegion = lastEffect->maxEffectRect(); in applyResource()