Searched refs:fRotate (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCaptchaGenerator.cpp66 double fRotate = (double)(maxRotate - (GetRandomUint16() % (maxRotate*2))); local
69 if (fRotate - lastrotate > 20) {
70 fRotate = lastrotate + 20;
71 } else if (fRotate - lastrotate < -20) {
72 fRotate = lastrotate - 20;
74 dc.DrawRotatedText(strLetter, nRandomOffset + i * CROWDEDSIZE, 0, fRotate);

Completed in 58 milliseconds