Searched refs:nMinDashWidth (Results 1 – 1 of 1) sorted by relevance
3825 long nMinDashWidth; in ImplDrawStraightTextLine() local3832 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() local3875 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()3876 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()3902 long nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine() local3906 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()[all …]
Completed in 51 milliseconds