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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.h 80 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, 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);
RenderSVGResource.cpp 128 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
SVGRenderTreeAsText.cpp 332 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGPath*>(&path), path.style(), fallbackColor)) {
335 writeSVGPaintingResource(ts, strokePaintingResource);
SVGInlineTextBox.cpp 345 m_paintingResource = RenderSVGResource::strokePaintingResource(renderer, style, fallbackColor);

Completed in 578 milliseconds