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

  /external/webkit/WebCore/svg/
SVGPaint.cpp 28 : m_paintType(SVG_PAINTTYPE_UNKNOWN)
33 : m_paintType(SVG_PAINTTYPE_URI_RGBCOLOR)
39 : m_paintType(paintType)
45 , m_paintType(paintType)
52 , m_paintType(SVG_PAINTTYPE_RGBCOLOR)
58 , m_paintType(SVG_PAINTTYPE_URI_RGBCOLOR)
91 m_paintType = paintType;
93 if (m_paintType == SVG_PAINTTYPE_URI)
95 else if (m_paintType == SVG_PAINTTYPE_RGBCOLOR)
101 if (m_paintType == SVG_PAINTTYPE_NONE
    [all...]
SVGPaint.h 70 SVGPaintType paintType() const { return m_paintType; }
91 SVGPaintType m_paintType;

Completed in 32 milliseconds