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 71 context->setAlphaAsFloat(svgStyle ? svgStyle->strokeOpacity() : 1);
RenderSVGResourceGradient.cpp 124 context->setAlphaAsFloat(svgStyle->strokeOpacity());
RenderSVGResourcePattern.cpp 159 context->setAlphaAsFloat(svgStyle->strokeOpacity());
SVGRenderTreeAsText.cpp 300 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 411 return createFromDouble(style.strokeOpacity());
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 143 return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 309 float strokeOpacity() const { return stroke->opacity; }
RenderStyle.h     [all...]

Completed in 202 milliseconds