Searched refs:SW_MOVE_LEFT (Results 1 – 3 of 3) sorted by relevance
317 case SW_MOVE_UP: nDir = SW_MOVE_LEFT; break; in MoveAnchor()319 case SW_MOVE_LEFT: nDir = SW_MOVE_DOWN; break; in MoveAnchor()324 if( nDir == SW_MOVE_LEFT ) in MoveAnchor()327 nDir = SW_MOVE_LEFT; in MoveAnchor()349 if( SW_MOVE_LEFT == nDir || SW_MOVE_RIGHT == nDir ) in MoveAnchor()354 if( SW_MOVE_LEFT == nDir ) in MoveAnchor()453 case SW_MOVE_LEFT: in MoveAnchor()
162 #define SW_MOVE_LEFT 2 macro
1163 nAnchorDir = SW_MOVE_LEFT; in ChangeDrawing()
Completed in 47 milliseconds