Home
last modified time | relevance | path

Searched refs:nDistX (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3164 long nX = nDistX; in ImplDrawTextRect()
3521 long nDistX, long nDistY, in ImplDrawWaveLine() argument
3529 long nStartX = nBaseX + nDistX; in ImplDrawWaveLine()
3645 long nDistX, long nDistY, long nWidth, in ImplDrawWaveTextLine() argument
3692 ImplDrawWaveLine( nBaseX, nBaseY, nDistX, nLinePos, nWidth, nLineHeight, in ImplDrawWaveTextLine()
3788 long nLeft = nDistX; in ImplDrawStraightTextLine()
3984 const long& nLeft = nDistX; in ImplDrawStrikeoutLine()
4059 ImplRotatePos( 0, 0, nDistX, nDistY, mpFontEntry->mnOrientation ); in ImplDrawStrikeoutChar()
4060 nBaseX += nDistX; in ImplDrawStrikeoutChar()
4088 long nDistX, long nWidth, in ImplDrawTextLine() argument
[all …]
H A Doutdev6.cxx78 const long nDistX = Max( rDist.Width(), 1L ); in DBG_NAMEEX() local
80 …t() ) ? rRect.Left() : ( rRect.Left() + ( ( aDstRect.Left() - rRect.Left() ) / nDistX ) * nDistX ); in DBG_NAMEEX()
104 aHorzBuf.realloc( aDstRect.GetWidth() / nDistX + 2L ); in DBG_NAMEEX()
106 while( ( nX += nDistX ) <= nRight ) in DBG_NAMEEX()
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx248 PointerStyle ImplWheelWindow::ImplGetMousePointer( long nDistX, long nDistY ) in ImplGetMousePointer() argument
268 double fAngle = atan2( (double) -nDistY, nDistX ) / F_PI180; in ImplGetMousePointer()
328 const long nDistX = aMousePos.X() - maCenter.X(); in MouseMove() local
331 mnActDist = (sal_uLong) hypot( (double) nDistX, nDistY ); in MouseMove()
333 const PointerStyle eActStyle = ImplGetMousePointer( nDistX, nDistY ); in MouseMove()
H A Dscrwnd.hxx68 PointerStyle ImplGetMousePointer( long nDistX, long nDistY );
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx703 const long nDistX = aNewPtPix.X() - aPtPix.X(); in ReducePoints() local
706 if( ( nDistX * nDistX + nDistY * nDistY ) >= nTol2 ) in ReducePoints()

Completed in 82 milliseconds