Lines Matching refs:fAngle
268 double fAngle = atan2( (double) -nDistY, nDistX ) / F_PI180; in ImplGetMousePointer() local
270 if( fAngle < 0.0 ) in ImplGetMousePointer()
271 fAngle += 360.; in ImplGetMousePointer()
275 if( fAngle >= 22.5 && fAngle <= 67.5 ) in ImplGetMousePointer()
277 else if( fAngle >= 67.5 && fAngle <= 112.5 ) in ImplGetMousePointer()
279 else if( fAngle >= 112.5 && fAngle <= 157.5 ) in ImplGetMousePointer()
281 else if( fAngle >= 157.5 && fAngle <= 202.5 ) in ImplGetMousePointer()
283 else if( fAngle >= 202.5 && fAngle <= 247.5 ) in ImplGetMousePointer()
285 else if( fAngle >= 247.5 && fAngle <= 292.5 ) in ImplGetMousePointer()
287 else if( fAngle >= 292.5 && fAngle <= 337.5 ) in ImplGetMousePointer()
294 if( fAngle >= 270. || fAngle <= 90. ) in ImplGetMousePointer()
301 if( fAngle >= 0. && fAngle <= 180. ) in ImplGetMousePointer()