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

  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPropertyEquality.cpp 122 return aSVG.fillPaintType() == bSVG.fillPaintType()
123 && (aSVG.fillPaintType() != SVG_PAINTTYPE_RGBCOLOR || aSVG.fillPaintColor() == bSVG.fillPaintColor())
CSSAnimatableValueFactory.cpp 335 style.svgStyle().fillPaintType(), style.svgStyle().visitedLinkFillPaintType(),
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp 69 SVGPaintType paintType = applyToFill ? svgStyle.fillPaintType() : svgStyle.strokePaintType();
SVGResources.cpp 278 RenderSVGResourceContainer* resource = paintingResourceFromSVGPaint(treeScope, style.fillPaintType(), style.fillPaintUri(), id, hasPendingResource);
  /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 305 const SVGPaintType& fillPaintType() const { return fill->paintType; }
346 bool hasFill() const { return fillPaintType() != SVG_PAINTTYPE_NONE; }
RenderStyle.h     [all...]

Completed in 5917 milliseconds