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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 79 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, StyleColor& fallbackColor);
RenderSVGShape.cpp 122 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), fallbackColor))
219 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, fallbackColor)) {
220 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode))
221 fillPaintingResource->postApplyResource(this, context, ApplyToFillMode, 0, this);
RenderSVGResource.cpp 143 RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, StyleColor& fallbackColor)
SVGRenderTreeAsText.cpp 301 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), fallbackColor)) {
304 writeSVGPaintingResource(ts, fillPaintingResource);
SVGInlineTextBox.cpp 360 m_paintingResource = RenderSVGResource::fillPaintingResource(renderer, style, fallbackColor);

Completed in 1805 milliseconds