Searched refs:fillPaintColor (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGResource.cpp | 45 color = applyToFill ? parentSVGStyle->fillPaintColor() : parentSVGStyle->strokePaintColor(); in inheritColorFromParentStyleIfNeeded() 92 color = applyToFill ? svgStyle->fillPaintColor() : svgStyle->strokePaintColor(); in requestPaintingResource()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | SVGCSSComputedStyleDeclaration.cpp | 163 …::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), *style); in getSVGPropertyCSSValue()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimatableValueFactory.cpp | 310 …VGPaint::create(style.svgStyle()->fillPaintType(), style.svgStyle()->fillPaintColor(), style.svgSt… in create()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyle.h | 323 const Color& fillPaintColor() const { return fill->paintColor; } in fillPaintColor() function
|
D | RenderStyle.h | 1368 Color fillPaintColor() const { return svgStyle()->fillPaintColor(); } in fillPaintColor() function
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 1047 …SVGPaint(CSSPropertyFill, &RenderStyle::fillPaintType, &RenderStyle::fillPaintColor, &RenderStyle:… in ensurePropertyMap()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderCustom.cpp | 2079 …svgStyle->setFillPaint(svgParentStyle->fillPaintType(), svgParentStyle->fillPaintColor(), svgParen… in oldApplyProperty()
|