Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundingBox

968     IntRect boundingBox(linesVisualOverflowBoundingBox());
969 int left = boundingBox.x();
970 int top = boundingBox.y();
984 IntRect r(-ow + left, -ow + top, boundingBox.width() + ow * 2, boundingBox.height() + ow * 2);