Searched refs:m_strokeColor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextState.cpp13 : m_strokeColor(Color::black)
27 m_strokePaint.setColor(applyAlpha(m_strokeColor.rgb()));
42 , m_strokeColor(other.m_strokeColor)
96 m_strokeColor = color;
103 m_strokeColor = Color::black;
114 m_strokePaint.setColor(applyAlpha(m_strokeColor.rgb()));
119 m_strokeColor = Color::black;
130 m_strokePaint.setColor(applyAlpha(m_strokeColor.rgb()));
216 m_strokePaint.setColor(applyAlpha(m_strokeColor
[all...]
H A DGraphicsContextState.h71 Color strokeColor() const { return m_strokeColor; }
72 SkColor effectiveStrokeColor() const { return applyAlpha(m_strokeColor.rgb()); }
158 Color m_strokeColor; member in class:blink::FINAL

Completed in 292 milliseconds