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

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerSolid.cpp 78 context->setAlpha(style ? svgStyle->strokeOpacity() : 1);
SVGPaintServerPattern.cpp 151 context->setAlpha(svgStyle->strokeOpacity());
SVGPaintServerGradient.cpp 220 context->setAlpha(svgStyle->strokeOpacity());
  /external/webkit/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 95 return CSSPrimitiveValue::create(svgStyle->strokeOpacity(), CSSPrimitiveValue::CSS_NUMBER);
SVGCSSStyleSelector.cpp 288 HANDLE_INHERIT_AND_INITIAL(strokeOpacity, StrokeOpacity)
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.h 81 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(float, stroke, opacity, StrokeOpacity, strokeOpacity, 1.0f)
RenderStyle.h     [all...]
  /external/webkit/WebCore/rendering/
SVGRenderTreeAsText.cpp 279 writeIfNotDefault(ts, "opacity", svgStyle->strokeOpacity(), 1.0f);
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 661 gPropertyWrappers->append(new PropertyWrapper<float>(CSSPropertyStrokeOpacity, &RenderStyle::strokeOpacity, &RenderStyle::setStrokeOpacity));
    [all...]

Completed in 71 milliseconds