Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundingBoxRect

5211     LayoutRect boundingBoxRect = localBoundingBox(flags);
5214 toRenderBox(renderer)->flipForWritingMode(boundingBoxRect);
5216 renderer->containingBlock()->flipForWritingMode(boundingBoxRect);
5226 boundingBoxRect.setWidth(max(boundingBoxRect.width(), contentsWidth - boundingBoxRect.x()));
5227 boundingBoxRect.setHeight(max(boundingBoxRect.height(), contentsHeight - boundingBoxRect.y()));
5231 LayoutRect unionBounds = boundingBoxRect;
5305 boundingBoxRect = affineTrans->mapRect(boundingBoxRect);