Home
last modified time | relevance | path

Searched refs:nTempDashWidth (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3878 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine() local
3888 if ( nLeft+nTempDashWidth > nEnd ) in ImplDrawStraightTextLine()
3889 nTempDashWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
3890 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDashWidth, nLineHeight ); in ImplDrawStraightTextLine()
3909 long nTempDashWidth = nDashWidth; in ImplDrawStraightTextLine() local
3925 if ( nLeft+nTempDashWidth > nEnd ) in ImplDrawStraightTextLine()
3926 nTempDashWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
3927 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDashWidth, nLineHeight ); in ImplDrawStraightTextLine()

Completed in 50 milliseconds