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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 80 static RenderSVGResource* strokePaintingResource(RenderObject*, const RenderStyle*, StyleColor& fallbackColor);
RenderSVGShape.cpp 134 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), fallbackColor))
234 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, fallbackColor)) {
235 if (strokePaintingResource->applyResource(this, style, context, ApplyToStrokeMode))
236 strokePaintingResource->postApplyResource(this, context, ApplyToStrokeMode, 0, this);
RenderSVGResource.cpp 148 RenderSVGResource* RenderSVGResource::strokePaintingResource(RenderObject* object, const RenderStyle* style, StyleColor& fallbackColor)
SVGRenderTreeAsText.cpp 274 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), fallbackColor)) {
277 writeSVGPaintingResource(ts, strokePaintingResource);
SVGInlineTextBox.cpp 362 m_paintingResource = RenderSVGResource::strokePaintingResource(renderer, style, fallbackColor);

Completed in 499 milliseconds