Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1303 long nPX; in ImplCalcHatchValues() local
1312 nPX = FRound( aRef.X() - ( ( rPt1.Y() - aRef.Y() ) / fTan ) ); in ImplCalcHatchValues()
1319 nPX = FRound( aRef.X() + ( ( rPt1.Y() - aRef.Y() ) / fTan ) ); in ImplCalcHatchValues()
1322 if( nPX <= rPt1.X() ) in ImplCalcHatchValues()
1323 nOffset = ( rPt1.X() - nPX ) % nDist; in ImplCalcHatchValues()
1325 nOffset = nDist - ( ( nPX - rPt1.X() ) % nDist ); in ImplCalcHatchValues()

Completed in 26 milliseconds