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

  /external/webkit/Source/WebCore/svg/
SVGPaint.cpp 38 case SVGPaint::SVG_PAINTTYPE_URI:
87 if ((paintType > SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR && paintType < SVG_PAINTTYPE_NONE) || paintType > SVG_PAINTTYPE_URI) {
109 case SVG_PAINTTYPE_URI:
158 case SVG_PAINTTYPE_URI:
179 case SVG_PAINTTYPE_URI:
SVGPaint.idl 38 const unsigned short SVG_PAINTTYPE_URI = 107;
SVGPaint.h 44 SVG_PAINTTYPE_URI = 107
71 RefPtr<SVGPaint> paint = adoptRef(new SVGPaint(SVG_PAINTTYPE_URI, uri));
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyleDefs.cpp 62 if (paint->paintType() == SVGPaint::SVG_PAINTTYPE_URI)
  /external/webkit/Source/WebCore/rendering/svg/
SVGResources.cpp 160 if (paintType != SVGPaint::SVG_PAINTTYPE_URI && paintType != SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR)

Completed in 89 milliseconds