Home
last modified time | relevance | path

Searched refs:repaintBoundingBox (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp163 …ntainer, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox) in computeContainerBoundingBoxes() argument
173 repaintBoundingBox.unite(current->repaintRectInLocalCoordinates()); in computeContainerBoundingBoxes()
177 repaintBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates())); in computeContainerBoundingBoxes()
DSVGRenderSupport.h60 …tainer, FloatRect& objectBoundingBox, FloatRect& strokeBoundingBox, FloatRect& repaintBoundingBox);