HomeSort by relevance Sort by last modified time
    Searched refs:stopOpacity (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGStopElement.cpp 105 return colorWithOverrideAlpha(svgStyle->stopColor().rgb(), svgStyle->stopOpacity());
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 86 return CSSPrimitiveValue::create(svgStyle->stopOpacity(), CSSPrimitiveValue::CSS_NUMBER);
SVGCSSStyleSelector.cpp 321 HANDLE_INHERIT_AND_INITIAL(stopOpacity, StopOpacity)
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 304 float stopOpacity() const { return stops->opacity; }

Completed in 52 milliseconds