Searched refs:setNeedsPathUpdate (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGPath.h45 void setNeedsPathUpdate() { m_needsPathUpdate = true; } function in class:WebCore::RenderSVGPath
H A DSVGRenderSupport.cpp224 toRenderSVGPath(child)->setNeedsPathUpdate();
/external/webkit/Source/WebCore/svg/
H A DSVGPolyElement.cpp80 renderer->setNeedsPathUpdate();
H A DSVGCircleElement.cpp94 renderer->setNeedsPathUpdate();
H A DSVGEllipseElement.cpp101 renderer->setNeedsPathUpdate();
H A DSVGLineElement.cpp97 renderer->setNeedsPathUpdate();
H A DSVGPathElement.cpp225 renderer->setNeedsPathUpdate();
356 renderer->setNeedsPathUpdate();
H A DSVGRectElement.cpp114 renderer->setNeedsPathUpdate();

Completed in 165 milliseconds