HomeSort by relevance Sort by last modified time
    Searched defs:strokePaintingResource (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 128 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
RenderSVGPath.cpp 99 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))
168 RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, fallbackColor);
169 if (!strokePaintingResource)
190 if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode))
191 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, nonScalingStroke ? &path : &m_path);

Completed in 49 milliseconds