Lines Matching refs:eTextLine
3646 FontUnderline eTextLine, in ImplDrawWaveTextLine() argument
3664 if ( (eTextLine == UNDERLINE_SMALLWAVE) && (nLineHeight > 3) ) in ImplDrawWaveTextLine()
3669 if ( eTextLine == UNDERLINE_BOLDWAVE ) in ImplDrawWaveTextLine()
3673 if ( eTextLine == UNDERLINE_DOUBLEWAVE ) in ImplDrawWaveTextLine()
3710 FontUnderline eTextLine, in ImplDrawStraightTextLine() argument
3721 if ( eTextLine > UNDERLINE_LAST ) in ImplDrawStraightTextLine()
3722 eTextLine = UNDERLINE_SINGLE; in ImplDrawStraightTextLine()
3724 switch ( eTextLine ) in ImplDrawStraightTextLine()
3790 switch ( eTextLine ) in ImplDrawStraightTextLine()
3829 if ( (eTextLine == UNDERLINE_LONGDASH) || in ImplDrawStraightTextLine()
3830 (eTextLine == UNDERLINE_BOLDLONGDASH) ) in ImplDrawStraightTextLine()