Searched refs:maxEffectRect (Results 1 – 15 of 15) sorted by relevance
102 FloatRect maxEffectRect() const { return m_maxEffectRect; } in maxEffectRect() function103 void setMaxEffectRect(const FloatRect& maxEffectRect) { m_maxEffectRect = maxEffectRect; } in setMaxEffectRect() argument
75 paintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()77 paintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
61 FloatRect tileRect = in->maxEffectRect(); in applySoftware()63 FloatPoint maxEffectLocation = maxEffectRect().location(); in applySoftware()
60 absolutePaintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()62 absolutePaintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
37 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
49 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
56 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
63 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
74 …virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())… in determineAbsolutePaintRect()
87 paintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()89 paintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
263 absolutePaintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()265 absolutePaintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
247 setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); in determineAbsolutePaintRect()
77 paintRect.intersect(maxEffectRect()); in determineAbsolutePaintRect()79 paintRect.unite(maxEffectRect()); in determineAbsolutePaintRect()
217 FloatRect subRegion = lastEffect->maxEffectRect(); in applyResource()