Home
last modified time | relevance | path

Searched refs:fillPaintColor (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.cpp163 …::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), *style); in getSVGPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp310 …VGPaint::create(style.svgStyle()->fillPaintType(), style.svgStyle()->fillPaintColor(), style.svgSt… in create()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h323 const Color& fillPaintColor() const { return fill->paintColor; } in fillPaintColor() function
DRenderStyle.h1368 Color fillPaintColor() const { return svgStyle()->fillPaintColor(); } in fillPaintColor() function
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp1047 …SVGPaint(CSSPropertyFill, &RenderStyle::fillPaintType, &RenderStyle::fillPaintColor, &RenderStyle:… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp2079 …svgStyle->setFillPaint(svgParentStyle->fillPaintType(), svgParentStyle->fillPaintColor(), svgParen… in oldApplyProperty()