Searched refs:stopColor (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStopElement.cpp118 return colorWithOverrideAlpha(svgStyle->stopColor().rgb(), svgStyle->stopOpacity());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSVGCSSComputedStyleDeclaration.cpp161 return currentColorOrValidColor(*style, svgStyle->stopColor());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyle.h335 const Color& stopColor() const { return stops->color; } function in class:WebCore::SVGRenderStyle
H A DRenderStyle.cpp1393 result = stopColor();
H A DRenderStyle.h1772 Color stopColor() const { return svgStyle()->stopColor(); } function in class:WebCore::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
H A DCSSPropertyAnimation.cpp1061 gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyStopColor, &RenderStyle::stopColor, &RenderStyle::setStopColor));
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderCustom.cpp2136 HANDLE_SVG_INHERIT_AND_INITIAL(stopColor, StopColor);

Completed in 357 milliseconds