Home | History | Annotate | Download | only in rendering

Lines Matching refs:boundingBoxRect

332     IntRect boundingBoxRect, unionBounds;
333 boundingBoxRect = unionBounds = layer->localBoundingBox();
338 boundingBoxRect.move(ancestorRelX, ancestorRelY);
339 return boundingBoxRect;
386 boundingBoxRect = affineTrans->mapRect(boundingBoxRect);