Lines Matching refs:nDotWidth

3803                     long nDotWidth = nLineHeight*mnDPIY;  in ImplDrawStraightTextLine()  local
3804 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3805 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3806 long nTempWidth = nDotWidth; in ImplDrawStraightTextLine()
3813 nLeft += nDotWidth*2; in ImplDrawStraightTextLine()
3822 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine() local
3823 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3824 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3832 nMinDashWidth = nDotWidth*6; in ImplDrawStraightTextLine()
3833 nMinSpaceWidth = nDotWidth*2; in ImplDrawStraightTextLine()
3839 nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine()
3840 nMinSpaceWidth = (nDotWidth*150)/100; in ImplDrawStraightTextLine()
3867 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine() local
3868 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3869 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3871 long nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine()
3877 long nTempDotWidth = nDotWidth; in ImplDrawStraightTextLine()
3885 nLeft += nDotWidth*2; in ImplDrawStraightTextLine()
3891 nLeft += nDashWidth+nDotWidth; in ImplDrawStraightTextLine()
3898 long nDotWidth = nLineHeight*mnDPIY; in ImplDrawStraightTextLine() local
3899 nDotWidth += mnDPIY/2; in ImplDrawStraightTextLine()
3900 nDotWidth /= mnDPIY; in ImplDrawStraightTextLine()
3902 long nMinDashWidth = nDotWidth*4; in ImplDrawStraightTextLine()
3908 long nTempDotWidth = nDotWidth; in ImplDrawStraightTextLine()
3916 nLeft += nDotWidth*2; in ImplDrawStraightTextLine()
3922 nLeft += nDotWidth*2; in ImplDrawStraightTextLine()
3928 nLeft += nDashWidth+nDotWidth; in ImplDrawStraightTextLine()