Home | History | Annotate | Download | only in style

Lines Matching refs:textCombine

743     TextCombine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textCombine); }
744 bool hasTextCombine() const { return textCombine() != TextCombineNone; }
1088 void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); }
1228 static TextCombine initialTextCombine() { return TextCombineNone; }