Searched defs:strokePaintingResource (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResource.cpp128 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor) function in class:WebCore::RenderSVGResource
H A DRenderSVGPath.cpp99 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))
168 RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, fallbackColor); local
169 if (!strokePaintingResource)
190 if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode))
191 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);

Completed in 61 milliseconds