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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.cpp 70 context->setAlphaAsFloat(svgStyle.strokeOpacity());
RenderSVGResourceGradient.cpp 123 context->setAlphaAsFloat(svgStyle.strokeOpacity());
RenderSVGResourcePattern.cpp 159 context->setAlphaAsFloat(svgStyle.strokeOpacity());
SVGRenderTreeAsText.cpp 301 writeIfNotDefault(ts, "opacity", svgStyle.strokeOpacity(), 1.0f);
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 225 return a.strokeOpacity() == b.strokeOpacity();
CSSAnimatableValueFactory.cpp 421 return createFromDouble(style.strokeOpacity());
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 153 return CSSPrimitiveValue::create(svgStyle.strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 308 float strokeOpacity() const { return stroke->opacity; }
RenderStyle.h     [all...]

Completed in 94 milliseconds