Home
last modified time | relevance | path

Searched refs:nDashWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3828 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()
3875 if ( nDashWidth < nMinDashWidth ) in ImplDrawStraightTextLine()
3876 nDashWidth = nMinDashWidth; in ImplDrawStraightTextLine()
3878 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine()
[all …]
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx364 const double nDashWidth, in appendDashes() argument
377 x + nDashWidth, nY + nLineHeight ); in appendDashes()

Completed in 40 milliseconds