Home | History | Annotate | Download | only in style

Lines Matching refs:ESpeak

787     ESpeak speak() { return static_cast<ESpeak>(rareInheritedData->speak); }
1087 void setSpeak(ESpeak s) { SET_VAR(rareInheritedData, speak, s); }
1294 static ESpeak initialSpeak() { return SpeakNormal; }