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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.h 102 FloatRect maxEffectRect() const { return m_maxEffectRect; }
103 void setMaxEffectRect(const FloatRect& maxEffectRect) { m_maxEffectRect = maxEffectRect; }
200 // The absolute paint rect should never be bigger than m_maxEffectRect.
201 FloatRect m_maxEffectRect;
FilterEffect.cpp 74 m_absolutePaintRect.intersect(enclosingIntRect(m_maxEffectRect));
76 m_absolutePaintRect.unite(enclosingIntRect(m_maxEffectRect));

Completed in 23 milliseconds