Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1271 long nPY; in ImplCalcHatchValues() local
1280 nPY = FRound( aRef.Y() - ( ( rPt1.X() - aRef.X() ) * fTan ) ); in ImplCalcHatchValues()
1287 nPY = FRound( aRef.Y() + ( ( rPt1.X() - aRef.X() ) * fTan ) ); in ImplCalcHatchValues()
1290 if( nPY <= rPt1.Y() ) in ImplCalcHatchValues()
1291 nOffset = ( rPt1.Y() - nPY ) % nDist; in ImplCalcHatchValues()
1293 nOffset = nDist - ( ( nPY - rPt1.Y() ) % nDist ); in ImplCalcHatchValues()

Completed in 18 milliseconds