Home | History | Annotate | Download | only in canvas

Lines Matching refs:m_strokeStyle

247     , m_strokeStyle(CanvasStyle::createFromRGBA(Color::black))
275 , m_strokeStyle(other.m_strokeStyle)
316 m_strokeStyle = other.m_strokeStyle;
363 visitor->trace(m_strokeStyle);
412 return state().m_strokeStyle.get();
422 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
436 modifiableState().m_strokeStyle = style.release();
439 state().m_strokeStyle->applyStrokeColor(c);
883 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, 1.0f))
895 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(grayLevel, grayLevel, grayLevel, alpha))
902 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentRGBA(r, g, b, a))
909 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentCMYKA(c, m, y, k, a))