Home
last modified time | relevance | path

Searched refs:paintInfoIntersectsRepaintRect (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.h61 …static bool paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const AffineTransfor…
DRenderSVGContainer.cpp104 …if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(repaintRect, localToParentTransform(), paint… in paint()
DRenderSVGImage.cpp112 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo)) in paint()
DRenderSVGPath.cpp209 if (!SVGRenderSupport::paintInfoIntersectsRepaintRect(boundingBox, m_localTransform, paintInfo)) in paint()
DSVGRenderSupport.cpp182 bool SVGRenderSupport::paintInfoIntersectsRepaintRect(const FloatRect& localRepaintRect, const Affi… in paintInfoIntersectsRepaintRect() function in WebCore::SVGRenderSupport
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0664351 …(WebCore::SVGRenderSupport::paintInfoIntersectsRepaintRect): Moved from RenderPath to share the cu…
66228 (WebCore::SVGRenderSupport::paintInfoIntersectsRepaintRect):