Home
last modified time | relevance | path

Searched refs:strokePaintColor (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResource.cpp45 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/
DSVGCSSComputedStyleDeclaration.cpp179 …te(svgStyle->strokePaintType(), svgStyle->strokePaintUri(), svgStyle->strokePaintColor()), *style); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp394 …aint::create(style.svgStyle()->strokePaintType(), style.svgStyle()->strokePaintColor(), style.svgS… in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h327 const Color& strokePaintColor() const { return stroke->paintColor; } in strokePaintColor() function
DRenderStyle.h1374 Color strokePaintColor() const { return svgStyle()->strokePaintColor(); } in strokePaintColor() function
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1050 …int(CSSPropertyStroke, &RenderStyle::strokePaintType, &RenderStyle::strokePaintColor, &RenderStyle… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp2097 …->setStrokePaint(svgParentStyle->strokePaintType(), svgParentStyle->strokePaintColor(), svgParentS… in oldApplyProperty()