Home
last modified time | relevance | path

Searched refs:fix_coordinates (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/i3/i3-4.20.1/include/
H A Dcon.h347 void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates,
355 void con_move_to_output(Con *con, Output *output, bool fix_coordinates);
364 bool con_move_to_output_name(Con *con, const char *name, bool fix_coordinates);
/dports/x11-wm/i3-gaps/i3-4.20.1/include/
H A Dcon.h347 void con_move_to_workspace(Con *con, Con *workspace, bool fix_coordinates,
355 void con_move_to_output(Con *con, Output *output, bool fix_coordinates);
364 bool con_move_to_output_name(Con *con, const char *name, bool fix_coordinates);
/dports/biology/py-macs2/MACS-2.2.7.1/MACS2/
H A DcPosValCalculation.h31 int * fix_coordinates ( int * poss, long l, int leftmost_coord, int rightmost_coord );
H A DcPosValCalculation.c28 int * fix_coordinates ( int * poss, long l, int leftmost_coord, int rightmost_coord ) in fix_coordinates() function
105 start_poss = fix_coordinates ( start_poss, l, leftmost_coord, rightmost_coord ); in single_end_pileup()
106 end_poss = fix_coordinates ( end_poss, l, leftmost_coord, rightmost_coord ); in single_end_pileup()
H A DcPosValCalculation.pxd17 int * fix_coordinates ( int * poss, long l, int leftmost_coord, int rightmost_coord ) nogil
H A DPileup.pyx428 start_poss = fix_coordinates(start_poss, rlength)
430 end_poss = fix_coordinates( end_poss, rlength)
490 start_poss = fix_coordinates(start_poss, rlength)
492 end_poss = fix_coordinates( end_poss, rlength)
533 ends.startposs = fix_coordinates(start_poss, rlength)
534 ends.endposs = fix_coordinates(end_poss, rlength)
538 cdef np.ndarray[np.int32_t, ndim=1] fix_coordinates(np.ndarray[np.int32_t, ndim=1] poss, int rlengt… function
623 start_poss = fix_coordinates(start_poss, rlength)
624 end_poss = fix_coordinates(end_poss, rlength)
/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() argument
1255 if (fix_coordinates && con->type == CT_FLOATING_CON) { in _con_move_to_con()
1258 DLOG("Not fixing coordinates, fix_coordinates flag = %d\n", fix_coordinates); 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() argument
1436 _con_move_to_con(con, target, true, fix_coordinates, dont_warp, ignore_focus, true); in con_move_to_workspace()
1444 void con_move_to_output(Con *con, Output *output, bool fix_coordinates) { in con_move_to_output() argument
1449 con_move_to_workspace(con, ws, fix_coordinates, false, false); 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() argument
1467 con_move_to_output(con, output, 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() argument
1255 if (fix_coordinates && con->type == CT_FLOATING_CON) { in _con_move_to_con()
1258 DLOG("Not fixing coordinates, fix_coordinates flag = %d\n", fix_coordinates); 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() argument
1436 _con_move_to_con(con, target, true, fix_coordinates, dont_warp, ignore_focus, true); in con_move_to_workspace()
1444 void con_move_to_output(Con *con, Output *output, bool fix_coordinates) { in con_move_to_output() argument
1449 con_move_to_workspace(con, ws, fix_coordinates, false, false); 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() argument
1467 con_move_to_output(con, output, fix_coordinates); in con_move_to_output_name()