Home | History | Annotate | Download | only in style

Lines Matching refs:textShadow

35     , textShadow(0)
57 , textShadow(o.textShadow ? new ShadowData(*o.textShadow) : 0)
74 delete textShadow;
101 if ((!textShadow && o.textShadow) || (textShadow && !o.textShadow))
103 if (textShadow && o.textShadow && (*textShadow != *o.textShadow))