Searched refs:enclosingLayoutRect (Results 1 – 15 of 15) sorted by relevance
200 addVisualOverflow(enclosingLayoutRect(contentRepaintRect)); in layout()376 LayoutRect repaintRect = enclosingLayoutRect(contentRepaintRect); in clippedOverflowRectForPaintInvalidation()
167 rect = enclosingLayoutRect(r); in mapRectToPaintInvalidationBacking()
160 LayoutRect boundingRect = enclosingLayoutRect(childRect); in layoutRootBox()
56 return enclosingLayoutRect(repaintRect); in clippedOverflowRectForRepaint()
101 rect = enclosingLayoutRect(repaintRect); in mapRectToPaintInvalidationBacking()
223 …return m_overflow ? m_overflow->layoutOverflowRect() : enclosingLayoutRect(frameRectIncludingLineH… in layoutOverflowRect()257 …return m_overflow ? m_overflow->visualOverflowRect() : enclosingLayoutRect(frameRectIncludingLineH… in visualOverflowRect()
943 …LayoutRect logicalLayoutOverflow(enclosingLayoutRect(logicalFrameRectIncludingLineHeight(lineTop, … in computeOverflow()959 LayoutRect textBoxOverflow(enclosingLayoutRect(text->logicalFrameRect())); in computeOverflow()1002 LayoutRect frameBox = enclosingLayoutRect(frameRectIncludingLineHeight(lineTop, lineBottom)); in setOverflowFromLogicalRects()
944 LayoutRect result(enclosingLayoutRect(floatResult)); in culledInlineVisualOverflowBoundingBox()
151 LayoutRect enclosingLayoutRect(const FloatRect& rect) in enclosingLayoutRect() function
216 PLATFORM_EXPORT LayoutRect enclosingLayoutRect(const FloatRect&);
117 return enclosingLayoutRect(computePath(obj).boundingRect()); in computeRect()
904 return enclosingLayoutRect(FloatRect(upperLeft, lowerRight.expandedTo(upperLeft) - upperLeft)); in boundingBox()
697 return enclosingLayoutRect(mapRect(FloatRect(r))); in mapRect()
1197 LayoutRect pathRect = enclosingLayoutRect(boundingRect); in scrollPathIntoViewInternal()
2956 …IntRect rect = pixelSnappedIntRect(enclosingLayoutRect(renderer.localToAbsoluteQuad(FloatRect(rend… in convertFromRenderer()