Searched refs:SW_MOVE_LEFT (Results 1 – 3 of 3) sorted by relevance
314 case SW_MOVE_UP: nDir = SW_MOVE_LEFT; break; in MoveAnchor()316 case SW_MOVE_LEFT: nDir = SW_MOVE_DOWN; break; in MoveAnchor()321 if( nDir == SW_MOVE_LEFT ) in MoveAnchor()324 nDir = SW_MOVE_LEFT; in MoveAnchor()346 if( SW_MOVE_LEFT == nDir || SW_MOVE_RIGHT == nDir ) in MoveAnchor()351 if( SW_MOVE_LEFT == nDir ) in MoveAnchor()450 case SW_MOVE_LEFT: in MoveAnchor()
162 #define SW_MOVE_LEFT 2 macro
1161 nAnchorDir = SW_MOVE_LEFT; in ChangeDrawing()
Completed in 60 milliseconds