Searched refs:strokePaintColor (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 | 179 …te(svgStyle->strokePaintType(), svgStyle->strokePaintUri(), svgStyle->strokePaintColor()), *style); in getSVGPropertyCSSValue()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimatableValueFactory.cpp | 394 …aint::create(style.svgStyle()->strokePaintType(), style.svgStyle()->strokePaintColor(), style.svgS… in create()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | SVGRenderStyle.h | 327 const Color& strokePaintColor() const { return stroke->paintColor; } in strokePaintColor() function
|
D | RenderStyle.h | 1374 Color strokePaintColor() const { return svgStyle()->strokePaintColor(); } in strokePaintColor() function
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 1050 …int(CSSPropertyStroke, &RenderStyle::strokePaintType, &RenderStyle::strokePaintColor, &RenderStyle… in ensurePropertyMap()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleBuilderCustom.cpp | 2097 …->setStrokePaint(svgParentStyle->strokePaintType(), svgParentStyle->strokePaintColor(), svgParentS… in oldApplyProperty()
|