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

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerSolid.h 41 virtual SVGPaintServerType type() const { return SolidPaintServer; }
SVGPaintServerLinearGradient.h 41 virtual SVGPaintServerType type() const { return LinearGradientPaintServer; }
SVGPaintServerRadialGradient.h 41 virtual SVGPaintServerType type() const { return RadialGradientPaintServer; }
SVGPaintServer.h 41 enum SVGPaintServerType {
66 virtual SVGPaintServerType type() const = 0;
SVGPaintServerPattern.h 53 virtual SVGPaintServerType type() const { return PatternPaintServer; }
  /external/webkit/WebCore/svg/
SVGLinearGradientElement.h 43 virtual SVGPaintServerType gradientType() const { return LinearGradientPaintServer; }
SVGGradientElement.h 56 virtual SVGPaintServerType gradientType() const = 0;
SVGRadialGradientElement.h 43 virtual SVGPaintServerType gradientType() const { return RadialGradientPaintServer; }

Completed in 632 milliseconds