Home
last modified time | relevance | path

Searched refs:applyStrokeStyleToStrokeData (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.h76 static void applyStrokeStyleToStrokeData(StrokeData*, const RenderStyle*, const RenderObject*);
DRenderSVGShape.cpp100 SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this); in shapeDependentStrokeContains()
397 SVGRenderSupport::applyStrokeStyleToStrokeData(&strokeData, style(), this); in calculateStrokeBoundingBox()
DSVGRenderSupport.cpp377 void SVGRenderSupport::applyStrokeStyleToStrokeData(StrokeData* strokeData, const RenderStyle* styl… in applyStrokeStyleToStrokeData() function in WebCore::SVGRenderSupport