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 78 static RenderSVGResource* fillPaintingResource(RenderObject*, const RenderStyle*, Color& fallbackColor);
RenderSVGShape.cpp 123 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), fallbackColor))
217 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, fallbackColor)) {
218 if (fillPaintingResource->applyResource(this, style, context, ApplyToFillMode))
219 fillPaintingResource->postApplyResource(this, context, ApplyToFillMode, 0, this);
RenderSVGResource.cpp 145 RenderSVGResource* RenderSVGResource::fillPaintingResource(RenderObject* object, const RenderStyle* style, Color& fallbackColor)
SVGRenderTreeAsText.cpp 291 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), fallbackColor)) {
294 writeSVGPaintingResource(ts, fillPaintingResource);
SVGInlineTextBox.cpp 374 m_paintingResource = RenderSVGResource::fillPaintingResource(renderer, style, fallbackColor);

Completed in 44 milliseconds