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/core/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))
248 m_imageBufferResult = ImageBuffer::create(m_absolutePaintRect.size(), 1, m_filter->renderingMode())
    [all...]
FilterEffect.h 90 IntRect absolutePaintRect() const { return m_absolutePaintRect; }
91 void setAbsolutePaintRect(const IntRect& absolutePaintRect) { m_absolutePaintRect = absolutePaintRect; }
186 IntRect m_absolutePaintRect;

Completed in 1093 milliseconds