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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.cpp 64 context->setAlpha(svgStyle ? svgStyle->strokeOpacity() : 1.0f);
RenderSVGResourceGradient.cpp 224 context->setAlpha(svgStyle->strokeOpacity());
RenderSVGResourcePattern.cpp 160 context->setAlpha(svgStyle->strokeOpacity());
SVGRenderTreeAsText.cpp 347 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f);
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 108 return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER);
SVGCSSStyleSelector.cpp 303 HANDLE_INHERIT_AND_INITIAL(strokeOpacity, StrokeOpacity)
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 297 float strokeOpacity() const { return stroke->opacity; }
RenderStyle.h     [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp     [all...]

Completed in 94 milliseconds