Searched refs:nSwap (Results 1 – 3 of 3) sorted by relevance
1734 long nSwap; in ImplPolygonRectTest() local1738 nSwap = nX2; in ImplPolygonRectTest()1740 nX1 = nSwap; in ImplPolygonRectTest()1745 nSwap = nY2; in ImplPolygonRectTest()1747 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 41 milliseconds