Home
last modified time | relevance | path

Searched refs:m_paintType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPaint.cpp58 , m_paintType(paintType) in SVGPaint()
67 m_paintType = SVG_PAINTTYPE_URI_NONE; in setUri()
69 setColorType(colorTypeForPaintType(m_paintType)); in setUri()
133 m_paintType = type; in setPaint()
140 switch (m_paintType) { in cssText()
168 switch (m_paintType) { in matchesTargetURI()
DSVGPaint.h82 const SVGPaintType& paintType() const { return m_paintType; } in paintType()
109 SVGPaintType m_paintType; variable