HomeSort by relevance Sort by last modified time
    Searched refs:fillPaintColor (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 125 && (aSVG.fillPaintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor())
CSSAnimatableValueFactory.cpp 328 style.svgStyle()->fillPaintColor(), style.svgStyle()->visitedLinkFillPaintColor(),
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 171 return adjustSVGPaintForCurrentColor(SVGPaint::create(svgStyle->fillPaintType(), svgStyle->fillPaintUri(), svgStyle->fillPaintColor()), *style);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 307 const Color& fillPaintColor() const { return fill->paintColor; }
RenderStyle.h     [all...]

Completed in 250 milliseconds