Searched refs:newPosClip (Results 1 – 1 of 1) sorted by relevance
266 LayoutRect newPosClip = toRenderBox(m_renderer).clipRect(offset); in calculateRects() local267 backgroundRect.intersect(newPosClip); in calculateRects()268 foregroundRect.intersect(newPosClip); in calculateRects()269 outlineRect.intersect(newPosClip); in calculateRects()