Home | History | Annotate | Download | only in canvas

Lines Matching refs:m_shadowBlur

253     , m_shadowBlur(0)
282 , m_shadowBlur(other.m_shadowBlur)
323 m_shadowBlur = other.m_shadowBlur;
588 return state().m_shadowBlur;
595 if (state().m_shadowBlur == blur)
598 modifiableState().m_shadowBlur = blur;
1402 if (state().m_shadowOffset == offset && state().m_shadowBlur == blur && state().m_shadowColor == color)
1407 modifiableState().m_shadowBlur = blur;
1421 c->setShadow(state().m_shadowOffset, state().m_shadowBlur, state().m_shadowColor,
1430 return alphaChannel(state().m_shadowColor) && (state().m_shadowBlur || !state().m_shadowOffset.isZero());
1744 shadowRect.inflate(state().m_shadowBlur);