Searched refs:nSwap (Results 1 – 3 of 3) sorted by relevance
1732 long nSwap; in ImplPolygonRectTest() local1736 nSwap = nX2; in ImplPolygonRectTest()1738 nX1 = nSwap; in ImplPolygonRectTest()1743 nSwap = nY2; in ImplPolygonRectTest()1745 nY1 = nSwap; in ImplPolygonRectTest()
942 int nSwap; in MouseMove() local945 nSwap = maTopLeft.X(); in MouseMove()947 maBottomRight.X() = nSwap; in MouseMove()951 nSwap = maTopLeft.Y(); in MouseMove()953 maBottomRight.Y() = nSwap; in MouseMove()
1931 int nSwap = 0; in NbcRotate() local1933 nSwap ^= 1; in NbcRotate()1935 nSwap ^= 1; in NbcRotate()1939 fObjectRotation = fmod( nSwap ? fObjectRotation - fWink : fObjectRotation + fWink, 360.0 ); in NbcRotate()
Completed in 197 milliseconds