Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintRect

60 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
62 SVGRenderBase::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
186 FloatRect repaintRect = objectBoundingBox();
202 repaintRect.inflate(strokeWidth);
205 return repaintRect;
210 FloatRect repaintRect = strokeBoundingBox();
216 repaintRect = rect;
220 repaintRect.intersect(rect);
224 repaintRect.intersect(rect);
226 style()->svgStyle()->inflateForShadow(repaintRect);
228 return repaintRect;