Home
last modified time | relevance | path

Searched refs:nEmphasisHeight (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3091 long nEmphasisHeight = (pFontEntry->mnLineHeight*250)/1000; in ImplNewFont() local
3092 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() local
4457 nEmphasisHeight = mnEmphasisDescent; in ImplDrawEmphasisMarks()
4459 nEmphasisHeight = mnEmphasisAscent; in ImplDrawEmphasisMarks()
4465 nEmphasisHeight, mpFontEntry->mnOrientation ); in ImplDrawEmphasisMarks()
4486 long nEmphasisHeight2 = nEmphasisHeight / 2; in ImplDrawEmphasisMarks()

Completed in 51 milliseconds