Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1346 Line aCurSegment( rPoly[ 0 ], Point() ); in ImplDrawHatchLine() local
1350 aCurSegment.SetEnd( rPoly[ (sal_uInt16)( i % nCount ) ] ); in ImplDrawHatchLine()
1353 if( rLine.Intersection( aCurSegment, fX, fY ) ) in ImplDrawHatchLine()
1355 if( ( fabs( fX - aCurSegment.GetStart().X() ) <= 0.0000001 ) && in ImplDrawHatchLine()
1356 ( fabs( fY - aCurSegment.GetStart().Y() ) <= 0.0000001 ) ) in ImplDrawHatchLine()
1360 const double fCurDistance = rLine.GetDistance( aCurSegment.GetEnd() ); in ImplDrawHatchLine()
1368 else if( ( fabs( fX - aCurSegment.GetEnd().X() ) <= 0.0000001 ) && in ImplDrawHatchLine()
1369 ( fabs( fY - aCurSegment.GetEnd().Y() ) <= 0.0000001 ) ) in ImplDrawHatchLine()
1371 const Line aNextSegment( aCurSegment.GetEnd(), rPoly[ (sal_uInt16)( ( i + 1 ) % nCount ) ] ); in ImplDrawHatchLine()
1374 ( rLine.GetDistance( aCurSegment.GetStart() ) > 0.0 ) ) in ImplDrawHatchLine()
[all …]

Completed in 18 milliseconds