Searched refs:CV_MOVE_UP_WRAP (Results 1 – 1 of 1) sorted by relevance
1025 #define CV_MOVE_UP_WRAP( pos, cs ) \ macro1035 #define CV_MOVE_LU_WRAP( pos, cs ) ( CV_MOVE_LEFT_WRAP(pos, cs), CV_MOVE_UP_WRAP(pos, cs))1037 #define CV_MOVE_RU_WRAP( pos, cs ) ( CV_MOVE_RIGHT_WRAP(pos, cs), CV_MOVE_UP_WRAP(pos, cs))