Home
last modified time | relevance | path

Searched defs:fix_coordinates (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/i3/i3-4.20.1/src/
H A Dcon.c1175 static bool _con_move_to_con(Con *con, Con *target, bool behind_focused, bool fix_coordinates, bool… in _con_move_to_con()
1426 void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates, bool dont_warp, bool ign… in con_move_to_workspace()
1444 void con_move_to_output(Con *con, Output *output, bool fix_coordinates) { in con_move_to_output()
1459 bool con_move_to_output_name(Con *con, const char *name, bool fix_coordinates) { in con_move_to_output_name()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dcon.c1175 static bool _con_move_to_con(Con *con, Con *target, bool behind_focused, bool fix_coordinates, bool… in _con_move_to_con()
1426 void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates, bool dont_warp, bool ign… in con_move_to_workspace()
1444 void con_move_to_output(Con *con, Output *output, bool fix_coordinates) { in con_move_to_output()
1459 bool con_move_to_output_name(Con *con, const char *name, bool fix_coordinates) { in con_move_to_output_name()
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DPileup.pyx538 cdef np.ndarray[np.int32_t, ndim=1] fix_coordinates(np.ndarray[np.int32_t, ndim=1] poss, int rlengt… function
H A DcPosValCalculation.c28 int * fix_coordinates ( int * poss, long l, int leftmost_coord, int rightmost_coord ) in fix_coordinates() function