Home | History | Annotate | Download | only in style

Lines Matching refs:textShadow

38     , textShadow(0)
72 , textShadow(o.textShadow ? new ShadowData(*o.textShadow) : 0)
105 delete textShadow;
159 if ((!textShadow && o.textShadow) || (textShadow && !o.textShadow))
161 if (textShadow && o.textShadow && (*textShadow != *o.textShadow))