Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3825 long nMinDashWidth; in ImplDrawStraightTextLine() local
3832 nMinDashWidth = nDotWidth*6; in ImplDrawStraightTextLine()
3839 nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine()
3849 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
3850 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()
3871 long nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine() local
3875 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
3876 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()
3902 long nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine() local
3906 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
[all …]

Completed in 48 milliseconds