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

  /external/webkit/Source/WebCore/svg/
SVGPaint.cpp 58 , m_paintType(paintType)
67 m_paintType = SVG_PAINTTYPE_URI_NONE;
69 setColorType(colorTypeForPaintType(m_paintType));
133 m_paintType = type;
140 switch (m_paintType) {
168 switch (m_paintType) {
SVGPaint.h 82 const SVGPaintType& paintType() const { return m_paintType; }
109 SVGPaintType m_paintType;

Completed in 169 milliseconds