Home | History | Annotate | Download | only in rendering

Lines Matching defs:linesBoundingBox

525 IntRect RenderInline::linesBoundingBox() const
1099 IntRect linesBoundingBox = this->linesBoundingBox();
1100 int w = linesBoundingBox.width();
1101 int h = linesBoundingBox.height();
1105 region.bounds = IntRect(linesBoundingBox.x() + styleRegion.offset.left().value(),
1106 linesBoundingBox.y() + styleRegion.offset.top().value(),