Searched refs:aDX (Results 1 – 1 of 1) sorted by relevance
608 const Point aDX( aCenter - ImpReadNCSACoords( &pStr ) ); in ImpReadNCSALine() local609 long nRadius = (long) sqrt( (double) aDX.X() * aDX.X() + in ImpReadNCSALine()610 (double) aDX.Y() * aDX.Y() ); in ImpReadNCSALine()
Completed in 8 milliseconds