Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx8957 const double halfWidth = (double)rRect.GetWidth()/2.0; in drawArc() local
8964 Point aPoint( (int)(halfWidth * cos(fStartAngle) ), in drawArc()
8975 aPoint = Point( (int)(halfWidth * (cos(fStartFragment) - kappa*sin(fStartFragment) ) ), in drawArc()
8981 aPoint = Point( (int)(halfWidth * (cos(fStopFragment) + kappa*sin(fStopFragment) ) ), in drawArc()
8987 aPoint = Point( (int)(halfWidth * cos(fStopFragment) ), in drawArc()

Completed in 83 milliseconds