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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp 145 IntPoint location = m_absolutePaintRect.location();
147 return IntRect(location, m_absolutePaintRect.size());
152 return IntRect(IntPoint(srcRect.x() - m_absolutePaintRect.x(),
153 srcRect.y() - m_absolutePaintRect.y()), srcRect.size());
165 if (m_absolutePaintRect.contains(intPaintRect))
167 intPaintRect.unite(m_absolutePaintRect);
170 m_absolutePaintRect = intPaintRect;
198 if (!isFilterSizeValid(m_absolutePaintRect))
267 m_absolutePaintRect = IntRect();
293 surface = adoptPtr(new UnacceleratedImageBufferSurface(m_absolutePaintRect.size()))
    [all...]
FilterEffect.h 105 IntRect absolutePaintRect() const { return m_absolutePaintRect; }
220 IntRect m_absolutePaintRect;

Completed in 5091 milliseconds