OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopOpacity
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStopElement.cpp
118
return colorWithOverrideAlpha(svgStyle->stopColor().rgb(), svgStyle->
stopOpacity
());
/external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp
115
return CSSPrimitiveValue::create(svgStyle->
stopOpacity
(), CSSPrimitiveValue::CSS_NUMBER);
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp
384
return createFromDouble(style.
stopOpacity
());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
334
float
stopOpacity
() const { return stops->opacity; }
RenderStyle.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
CSSPropertyAnimation.cpp
[
all
...]
Completed in 57 milliseconds