Home
last modified time | relevance | path

Searched refs:lower_cursor (Results 1 – 3 of 3) sorted by relevance

/dports/biology/subread/subread-2.0.2-source/src/
H A Dlong-hashtable.c269 int lower_cursor, higher_cursor, match_cursor = 0, hits=0; in lnhash_query() local
275 lower_cursor = 0; in lnhash_query()
281 if(lower_cursor> higher_cursor) in lnhash_query()
283 int middle_no = (lower_cursor+higher_cursor)/2; in lnhash_query()
292 else lower_cursor = middle_no+1; in lnhash_query()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Dretouch.c145 gboolean lower_cursor; // mouse on num scales cursor member
1082 g->lower_cursor = g->upper_cursor = FALSE; in rt_wdbar_leave_notify()
1105 if(g->lower_cursor) // is over the arrow? in rt_wdbar_button_press()
1178 g->lower_cursor = g->upper_cursor = FALSE; in rt_wdbar_motion_notify()
1191 …g->lower_cursor = (g->wdbar_mouse_x >= (middle - inset)) && (g->wdbar_mouse_x <= (middle + inset)); in rt_wdbar_motion_notify()
1329 if(g->lower_cursor || g->is_dragging == DT_IOP_RETOUCH_WDBAR_DRAG_BOTTOM) in rt_wdbar_draw()
2117 g->lower_cursor = g->upper_cursor = FALSE; in change_image()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Dretouch.c145 gboolean lower_cursor; // mouse on num scales cursor member
1082 g->lower_cursor = g->upper_cursor = FALSE; in rt_wdbar_leave_notify()
1105 if(g->lower_cursor) // is over the arrow? in rt_wdbar_button_press()
1178 g->lower_cursor = g->upper_cursor = FALSE; in rt_wdbar_motion_notify()
1191 …g->lower_cursor = (g->wdbar_mouse_x >= (middle - inset)) && (g->wdbar_mouse_x <= (middle + inset)); in rt_wdbar_motion_notify()
1329 if(g->lower_cursor || g->is_dragging == DT_IOP_RETOUCH_WDBAR_DRAG_BOTTOM) in rt_wdbar_draw()
2117 g->lower_cursor = g->upper_cursor = FALSE; in change_image()