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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 46 color = applyToFill ? parentSVGStyle->fillPaintColor() : parentSVGStyle->strokePaintColor();
95 color = applyToFill ? svgStyle->fillPaintColor() : svgStyle->strokePaintColor();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 214 && (aSVG.strokePaintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR || aSVG.strokePaintColor() == bSVG.strokePaintColor())
CSSAnimatableValueFactory.cpp 415 style.svgStyle()->strokePaintColor(), style.svgStyle()->visitedLinkStrokePaintColor(),
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 185 return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->strokePaintType(), svgStyle->strokePaintUri(), svgStyle->strokePaintColor()), *style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 311 const Color& strokePaintColor() const { return stroke->paintColor; }
RenderStyle.h     [all...]

Completed in 4077 milliseconds