Searched refs:fPrevDistance (Results 1 – 1 of 1) sorted by relevance
1359 const double fPrevDistance = rLine.GetDistance( aPrevSegment.GetStart() ); in ImplDrawHatchLine() local1362 if( ( fPrevDistance <= 0.0 && fCurDistance > 0.0 ) || in ImplDrawHatchLine()1363 ( fPrevDistance > 0.0 && fCurDistance < 0.0 ) ) in ImplDrawHatchLine()
Completed in 22 milliseconds