Searched refs:nDashWidth (Results 1 – 2 of 2) sorted by relevance
3828 long nDashWidth; in ImplDrawStraightTextLine() local3834 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()3875 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()3876 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()3878 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine()[all …]
364 const double nDashWidth, in appendDashes() argument377 x + nDashWidth, nY + nLineHeight ); in appendDashes()
Completed in 64 milliseconds