Home | History | Annotate | Download | only in rendering

Lines Matching refs:linesBoundingBox

744 IntRect RenderInline::linesBoundingBox() const
1499 IntRect linesBoundingBox = this->linesBoundingBox();
1500 int w = linesBoundingBox.width();
1501 int h = linesBoundingBox.height();
1505 region.bounds = IntRect(linesBoundingBox.x() + styleRegion.offset.left().value(),
1506 linesBoundingBox.y() + styleRegion.offset.top().value(),