_CURSOR_SIGN_X_SHIFT
plane->x_sign = (val & _CURSOR_SIGN_X_MASK) >> _CURSOR_SIGN_X_SHIFT;
#define _CURSOR_SIGN_X_MASK (1 << _CURSOR_SIGN_X_SHIFT)