Home | History | Annotate | Download | only in canvas

Lines Matching defs:boundingRect

1036         if (computeDirtyRect(path.boundingRect(), clipBounds, &dirtyRect)) {
1085 FloatRect bounds = path.boundingRect();
1212 FloatRect boundingRect = transformedPath.boundingRect();
1215 LayoutRect pathRect(boundingRect);
1344 FloatRect boundingRect = rect;
1345 boundingRect.inflate(state().m_lineWidth / 2);
1347 if (computeDirtyRect(boundingRect, clipBounds, &dirtyRect)) {