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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceSolidColor.cpp 57 context->setAlpha(svgStyle ? svgStyle->fillOpacity() : 1.0f);
RenderSVGResourceGradient.cpp 218 context->setAlpha(svgStyle->fillOpacity());
RenderSVGResourcePattern.cpp 154 context->setAlpha(svgStyle->fillOpacity());
SVGRenderTreeAsText.cpp 364 writeIfNotDefault(ts, "opacity", svgStyle->fillOpacity(), 1.0f);
  /sdk/assetstudio/src/com/android/assetstudiolib/
Util.java 282 double fillOpacity = 1.0;
292 fillOpacity = Math.max(0, Math.min(1, effect.opacity));
314 g.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, (float) fillOpacity));
  /external/webkit/Source/WebCore/css/
SVGCSSComputedStyleDeclaration.cpp 92 return CSSPrimitiveValue::create(svgStyle->fillOpacity(), CSSPrimitiveValue::CSS_NUMBER);
SVGCSSStyleSelector.cpp 285 HANDLE_INHERIT_AND_INITIAL(fillOpacity, FillOpacity)
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 295 float fillOpacity() const { return fill->opacity; }
RenderStyle.h     [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp     [all...]
  /sdk/templates/docs/
jquery-1.8.0.min.js     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
code-load.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]

Completed in 249 milliseconds