Home | History | Annotate | Download | only in style

Lines Matching refs:textCombine

831     TextCombine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textCombine); }
832 bool hasTextCombine() const { return textCombine() != TextCombineNone; }
1245 void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); }
1457 static TextCombine initialTextCombine() { return TextCombineNone; }