Searched refs:nEmphasisHeight (Results 1 – 1 of 1) sorted by relevance
3091 long nEmphasisHeight = (pFontEntry->mnLineHeight*250)/1000; in ImplNewFont() local3092 if ( nEmphasisHeight < 1 ) in ImplNewFont()3093 nEmphasisHeight = 1; in ImplNewFont()3095 mnEmphasisDescent = nEmphasisHeight; in ImplNewFont()3097 mnEmphasisAscent = nEmphasisHeight; in ImplNewFont()4453 long nEmphasisHeight; in ImplDrawEmphasisMarks() local4457 nEmphasisHeight = mnEmphasisDescent; in ImplDrawEmphasisMarks()4459 nEmphasisHeight = mnEmphasisAscent; in ImplDrawEmphasisMarks()4465 nEmphasisHeight, mpFontEntry->mnOrientation ); in ImplDrawEmphasisMarks()4486 long nEmphasisHeight2 = nEmphasisHeight / 2; in ImplDrawEmphasisMarks()
Completed in 97 milliseconds