Searched refs:linesBoundingBox (Results 1 – 13 of 13) sorted by relevance
62 virtual int offsetWidth() const { return linesBoundingBox().width(); } in offsetWidth()63 virtual int offsetHeight() const { return linesBoundingBox().height(); } in offsetHeight()72 IntRect linesBoundingBox() const;76 IntRect boundingBox = linesBoundingBox(); in borderBoundingBox()
191 IntRect linesBox = text.linesBoundingBox(); in operator <<()199 … r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height()); in operator <<()
375 IntRect RenderInline::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderInline411 IntRect boundingBox(linesBoundingBox()); in clippedOverflowRectForRepaint()
86 IntRect linesBoundingBox() const;
519 IntRect linesBox = text.linesBoundingBox(); in write()
1049 IntRect RenderText::linesBoundingBox() const in linesBoundingBox() function in WebCore::RenderText
431 IntRect lineBox = inlineFlow->linesBoundingBox(); in updateLayerPosition()
2289 … heightResult = static_cast<const RenderInline*>(containingBlock)->linesBoundingBox().height(); in containingBlockHeightForPositioned()
691 point.move(toRenderText(o)->linesBoundingBox().x(), in getUpperLeftCorner()745 IntRect linesBox = text->linesBoundingBox(); in getLowerRightCorner()
538 if ((o->isText() && toRenderText(o)->linesBoundingBox().height()) || in hasRenderedNonAnonymousDescendantsWithHeight()
107 IntRect box = text->linesBoundingBox();
1243 …Move absoluteClippedOverflowRect, linesBoundingBox and borderBoundingBox from RenderFlow to Render…1252 (WebCore::RenderInline::linesBoundingBox):1395 (WebCore::RenderFlow::linesBoundingBox):2431 …epainting was broken because it relied on width() and height(). Give RenderFlow a linesBoundingBox2435 …onsistency, change RenderText's version of these methods into the single linesBoundingBox method as2450 (WebCore::RenderFlow::linesBoundingBox):2459 (WebCore::RenderText::linesBoundingBox):
515 Use new linesBoundingBox method instead of