Searched refs:inflateForShadow (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DSVGRenderStyle.cpp163 void SVGRenderStyle::inflateForShadow(IntRect& repaintRect) const function in class:WebCore::SVGRenderStyle
170 inflateForShadow(repaintFloatRect);
174 void SVGRenderStyle::inflateForShadow(FloatRect& repaintRect) const function in class:WebCore::SVGRenderStyle
H A DSVGRenderStyle.h52 void inflateForShadow(IntRect&) const;
53 void inflateForShadow(FloatRect&) const;
/external/webkit/WebCore/rendering/
H A DRenderForeignObject.cpp87 style()->svgStyle()->inflateForShadow(rect);
H A DRenderSVGRoot.cpp239 style()->svgStyle()->inflateForShadow(repaintRect);
257 style()->svgStyle()->inflateForShadow(repaintRect);
H A DRenderSVGContainer.cpp162 style()->svgStyle()->inflateForShadow(repaintRect);
H A DRenderSVGImage.cpp162 style()->svgStyle()->inflateForShadow(m_cachedLocalRepaintRect);
H A DRenderPath.cpp171 style()->svgStyle()->inflateForShadow(m_cachedLocalRepaintRect);
H A DRenderSVGText.cpp226 style()->svgStyle()->inflateForShadow(repaintRect);
H A DSVGRenderSupport.cpp64 object->style()->svgStyle()->inflateForShadow(repaintRect);

Completed in 89 milliseconds