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 79 color = applyToFill ? svgStyle.fillPaintColor() : svgStyle.strokePaintColor();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 123 && (aSVG.fillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor())
CSSAnimatableValueFactory.cpp 336 style.svgStyle().fillPaintColor(), style.svgStyle().visitedLinkFillPaintColor(),
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSComputedStyleDeclaration.cpp 181 return adjustSVGPaintForCurrentColor(svgStyle.fillPaintType(), svgStyle.fillPaintUri(), svgStyle.fillPaintColor(), style->color());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 306 const Color& fillPaintColor() const { return fill->paintColor; }
RenderStyle.h     [all...]

Completed in 213 milliseconds