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