Home | History | Annotate | Download | only in style

Lines Matching refs:TextEmphasisPosition

730     TextEmphasisPosition textEmphasisPosition() const { return static_cast<TextEmphasisPosition>(rareInheritedData->textEmphasisPosition); }
1106 void setTextEmphasisPosition(TextEmphasisPosition position) { SET_VAR(rareInheritedData, textEmphasisPosition, position); }
1350 static TextEmphasisPosition initialTextEmphasisPosition() { return TextEmphasisPositionOver; }