Home | History | Annotate | Download | only in style

Lines Matching refs:TextEmphasisPosition

872     TextEmphasisPosition textEmphasisPosition() const { return static_cast<TextEmphasisPosition>(rareInheritedData->textEmphasisPosition); }
1353 void setTextEmphasisPosition(TextEmphasisPosition position) { SET_VAR(rareInheritedData, textEmphasisPosition, position); }
1674 static TextEmphasisPosition initialTextEmphasisPosition() { return TextEmphasisPositionOver; }