Searched refs:nPX (Results 1 – 1 of 1) sorted by relevance
1303 long nPX; in ImplCalcHatchValues() local1312 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 11 milliseconds