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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.h 79 FloatRect maxEffectRect() const { return m_maxEffectRect; }
80 void setMaxEffectRect(const FloatRect& maxEffectRect) { m_maxEffectRect = maxEffectRect; }
132 // The absolute paint rect should never be bigger than m_maxEffectRect.
133 FloatRect m_maxEffectRect;
FilterEffect.cpp 65 m_absolutePaintRect.intersect(enclosingIntRect(m_maxEffectRect));

Completed in 28 milliseconds