Searched refs:m_paintType (Results 1 – 2 of 2) sorted by relevance
54 , m_paintType(paintType) in SVGPaint()72 switch (m_paintType) { in customCSSText()100 , m_paintType(cloneFrom.m_paintType) in SVGPaint()112 return m_paintType == other.m_paintType && m_uri == other.m_uri && SVGColor::equals(other); in equals()
89 const SVGPaintType& paintType() const { return m_paintType; } in paintType()115 SVGPaintType m_paintType; variable