Searched refs:requiresStroke (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGShape.h105 bool strokeContains(const FloatPoint&, bool requiresStroke = true);
H A DRenderSVGShape.cpp134 bool RenderSVGShape::strokeContains(const FloatPoint& point, bool requiresStroke) argument
140 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))

Completed in 123 milliseconds