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

  /external/webkit/Source/WebCore/svg/
SVGPaint.cpp 36 case SVGPaint::SVG_PAINTTYPE_NONE:
87 if ((paintType > SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR && paintType < SVG_PAINTTYPE_NONE) || paintType > SVG_PAINTTYPE_URI) {
102 case SVG_PAINTTYPE_NONE:
146 case SVG_PAINTTYPE_NONE:
173 case SVG_PAINTTYPE_NONE:
SVGPaint.idl 32 const unsigned short SVG_PAINTTYPE_NONE = 101;
SVGPaint.h 38 SVG_PAINTTYPE_NONE = 101,
54 return adoptRef(new SVGPaint(SVG_PAINTTYPE_NONE));
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 58 if (paintType == SVGPaint::SVG_PAINTTYPE_NONE)
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 323 bool hasStroke() const { return strokePaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; }
324 bool hasFill() const { return fillPaint()->paintType() != SVGPaint::SVG_PAINTTYPE_NONE; }

Completed in 516 milliseconds