Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx153 const double nInnerRadius,
765 double nInnerRadius (0); in Paint() local
805 nInnerRadius = 0.7 * mnOuterRadius; in Paint()
810 nInnerRadius = 0.8 * mnOuterRadius; in Paint()
815 PaintAngledLine(nAngle, nInnerRadius, mnOuterRadius, nStrokeWidth, in Paint()
856 const double nInnerRadius, in PaintAngledLine() argument
878 maCenter.X + nInnerRadius*nCos + 0.5, in PaintAngledLine()
879 maCenter.Y + nInnerRadius*nSin + 0.5); in PaintAngledLine()

Completed in 15 milliseconds