HomeSort by relevance Sort by last modified time
    Searched defs:paintType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResource.cpp 57 SVGPaint::SVGPaintType paintType = paint->paintType();
58 if (paintType == SVGPaint::SVG_PAINTTYPE_NONE)
62 if (paintType == SVGPaint::SVG_PAINTTYPE_RGBCOLOR
63 || paintType == SVGPaint::SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR
64 || paintType == SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR
65 || paintType == SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR)
67 else if (paintType == SVGPaint::SVG_PAINTTYPE_CURRENTCOLOR || paintType == SVGPaint::SVG_PAINTTYPE_URI_CURRENTCOLOR)
76 if (visitedPaint->paintType() < SVGPaint::SVG_PAINTTYPE_URI_NONE && visitedPaint->paintType() != SVGPaint::SVG_PAINTTYPE_CURRE (…)
    [all...]
SVGResources.cpp 159 SVGPaint::SVGPaintType paintType = paint->paintType();
160 if (paintType != SVGPaint::SVG_PAINTTYPE_URI && paintType != SVGPaint::SVG_PAINTTYPE_URI_RGBCOLOR)
  /external/webkit/Source/WebCore/svg/
SVGPaint.h 82 const SVGPaintType& paintType() const { return m_paintType; }
86 void setPaint(unsigned short paintType, const String& uri, const String& rgbColor, const String& iccColor, ExceptionCode&);

Completed in 42 milliseconds