Home
last modified time | relevance | path

Searched refs:nMinSpaceWidth (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3826 long nMinSpaceWidth; in ImplDrawStraightTextLine() local
3833 nMinSpaceWidth = nDotWidth*2; in ImplDrawStraightTextLine()
3840 nMinSpaceWidth = (nDotWidth*150)/100; in ImplDrawStraightTextLine()
3851 if ( nSpaceWidth < nMinSpaceWidth ) in ImplDrawStraightTextLine()
3852 nSpaceWidth = nMinSpaceWidth; in ImplDrawStraightTextLine()

Completed in 55 milliseconds