Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3877 long nTempDotWidth = nDotWidth; in ImplDrawStraightTextLine() local
3882 if ( nLeft+nTempDotWidth > nEnd ) in ImplDrawStraightTextLine()
3883 nTempDotWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
3884 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDotWidth, nLineHeight ); in ImplDrawStraightTextLine()
3908 long nTempDotWidth = nDotWidth; in ImplDrawStraightTextLine() local
3913 if ( nLeft+nTempDotWidth > nEnd ) in ImplDrawStraightTextLine()
3914 nTempDotWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
3915 … ImplDrawTextRect( nBaseX, nBaseY, nLeft, nLinePos, nTempDotWidth, nLineHeight ); in ImplDrawStraightTextLine()
3919 if ( nLeft+nTempDotWidth > nEnd ) in ImplDrawStraightTextLine()
3920 nTempDotWidth = nEnd-nLeft; in ImplDrawStraightTextLine()
[all …]

Completed in 44 milliseconds