Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.h51 … bool fillContains(const FloatPoint&, bool requiresFill = true, WindRule fillRule = RULE_NONZERO);
DRenderSVGPath.cpp81 bool RenderSVGPath::fillContains(const FloatPoint& point, bool requiresFill, WindRule fillRule) in fillContains() argument
87 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), fallbackColor)) in fillContains()