Home | History | Annotate | Download | only in canvas

Lines Matching refs:m_strokeStyle

198     : m_strokeStyle(CanvasStyle::createFromRGBA(Color::black))
221 m_strokeStyle = other.m_strokeStyle;
254 m_strokeStyle = other.m_strokeStyle;
336 return state().m_strokeStyle.get();
344 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
355 state().m_strokeStyle = style;
359 state().m_strokeStyle->applyStrokeColor(c);
675 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
687 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
694 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(r, g, b, a))
701 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentCMYKA(c, m, y, k, a))
1904 CanvasStyle* drawStyle = fill ? state().m_fillStyle.get() : state().m_strokeStyle.get();