Lines Matching refs:nDashWidth
3828 long nDashWidth; in ImplDrawStraightTextLine() local
3834 nDashWidth = 200; in ImplDrawStraightTextLine()
3841 nDashWidth = 100; in ImplDrawStraightTextLine()
3844 nDashWidth = ((nDashWidth*mnDPIX)+1270)/2540; in ImplDrawStraightTextLine()
3849 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
3850 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()
3853 long nTempWidth = nDashWidth; in ImplDrawStraightTextLine()
3860 nLeft += nDashWidth+nSpaceWidth; in ImplDrawStraightTextLine()
3870 long nDashWidth = ((100*mnDPIX)+1270)/2540; in ImplDrawStraightTextLine() local
3875 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
3876 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()
3878 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine()
3891 nLeft += nDashWidth+nDotWidth; in ImplDrawStraightTextLine()
3901 long nDashWidth = ((100*mnDPIX)+1270)/2540; in ImplDrawStraightTextLine() local
3906 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
3907 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()
3909 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine()
3928 nLeft += nDashWidth+nDotWidth; in ImplDrawStraightTextLine()