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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp 67 m_absolutePaintRect = IntRect();
70 m_absolutePaintRect.unite(m_inputEffects.at(i)->absolutePaintRect());
74 m_absolutePaintRect.intersect(enclosingIntRect(m_maxEffectRect));
76 m_absolutePaintRect.unite(enclosingIntRect(m_maxEffectRect));
122 IntPoint location = m_absolutePaintRect.location();
124 return IntRect(location, m_absolutePaintRect.size());
129 return IntRect(IntPoint(srcRect.x() - m_absolutePaintRect.x(),
130 srcRect.y() - m_absolutePaintRect.y()), srcRect.size());
157 if (!isFilterSizeValid(m_absolutePaintRect))
250 surface = adoptPtr(new AcceleratedImageBufferSurface(m_absolutePaintRect.size()))
    [all...]
FilterEffect.h 99 IntRect absolutePaintRect() const { return m_absolutePaintRect; }
100 void setAbsolutePaintRect(const IntRect& absolutePaintRect) { m_absolutePaintRect = absolutePaintRect; }
197 IntRect m_absolutePaintRect;

Completed in 301 milliseconds