Home | History | Annotate | Download | only in canvas

Lines Matching refs:boundingRect

656         willDraw(m_path.boundingRect());
678 FloatRect boundingRect = m_path.strokeBoundingRect(&strokeApplier);
679 willDraw(boundingRect);
772 FloatRect boundingRect = rect;
773 boundingRect.inflate(lineWidth / 2);
774 willDraw(boundingRect);