Home
last modified time | relevance | path

Searched refs:mouse_offset (Results 1 – 18 of 18) sorted by relevance

/dports/audio/sweep/sweep-0.9.3/src/
H A Dnotes.c139 sw_framecount_t mouse_offset; in play_view_note_cb() local
149 mouse_offset = in play_view_note_cb()
151 head_set_offset (head, mouse_offset); in play_view_note_cb()
H A Dsample-display.h81 glong mouse_offset; /* what the pointer is currently pointing to */ member
117 void (*mouse_offset_changed)(SampleDisplay *s, int mouse_offset);
H A Dplay.c1069 sw_framecount_t mouse_offset; in play_view_all_pitch() local
1071 mouse_offset = in play_view_all_pitch()
1073 sample_set_playmarker (s, mouse_offset, TRUE); in play_view_all_pitch()
H A Dsample-display.c570 s->mouse_offset = XPOS_TO_OFFSET (s->mouse_x); in sample_display_set_window()
2446 s->mouse_offset = o; in sample_display_motion_notify()
2535 s->mouse_offset = -1; in sample_display_leave_notify()
2979 s->mouse_offset = 0; in sample_display_init()
H A Dview.c1460 if (sd->mouse_offset >= 0) { in view_set_pos_indicator_cb()
1463 sd->mouse_offset)); in view_set_pos_indicator_cb()
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dc64_keyboard_window.h66 QPoint mouse_offset; variable
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dscrollbar.c247 … button_state.mouse_offset = scrollbar_anchor_height() / 2; /* Align to center */ in sb_handle_button_press()
249 …scr_move_to(scrollbar_position(ev->xbutton.y) - button_state.mouse_offset, scrollbar_scrollarea_he… in sb_handle_button_press()
251 … scr_move_to(scrollbar.anchor_top + ev->xbutton.y - button_state.mouse_offset, in sb_handle_button_press()
258 …button_state.mouse_offset = ((scrollbar_win_is_anchor(ev->xany.window)) ? (MAX(ev->xbutton.y, 1)) … in sb_handle_button_press()
299 button_state.mouse_offset = 0; in sb_handle_button_release()
349 …scr_move_to(scrollbar_position(ev->xbutton.y) - button_state.mouse_offset, scrollbar_scrollarea_he… in sb_handle_motion_notify()
352 scrollbar_anchor_update_position(button_state.mouse_offset); in sb_handle_motion_notify()
H A Devents.h77 unsigned short clicks, bypass_keystate, report_mode, mouse_offset; member
H A Devents.c775 button_state.mouse_offset = 0; in handle_button_release()
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dscrollbar.c247 … button_state.mouse_offset = scrollbar_anchor_height() / 2; /* Align to center */ in sb_handle_button_press()
249 …scr_move_to(scrollbar_position(ev->xbutton.y) - button_state.mouse_offset, scrollbar_scrollarea_he… in sb_handle_button_press()
251 … scr_move_to(scrollbar.anchor_top + ev->xbutton.y - button_state.mouse_offset, in sb_handle_button_press()
258 …button_state.mouse_offset = ((scrollbar_win_is_anchor(ev->xany.window)) ? (MAX(ev->xbutton.y, 1)) … in sb_handle_button_press()
299 button_state.mouse_offset = 0; in sb_handle_button_release()
349 …scr_move_to(scrollbar_position(ev->xbutton.y) - button_state.mouse_offset, scrollbar_scrollarea_he… in sb_handle_motion_notify()
352 scrollbar_anchor_update_position(button_state.mouse_offset); in sb_handle_motion_notify()
H A Devents.h77 unsigned short clicks, bypass_keystate, report_mode, mouse_offset; member
H A Devents.c775 button_state.mouse_offset = 0; in handle_button_release()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dscrollbar.c247 … button_state.mouse_offset = scrollbar_anchor_height() / 2; /* Align to center */ in sb_handle_button_press()
249 …scr_move_to(scrollbar_position(ev->xbutton.y) - button_state.mouse_offset, scrollbar_scrollarea_he… in sb_handle_button_press()
251 … scr_move_to(scrollbar.anchor_top + ev->xbutton.y - button_state.mouse_offset, in sb_handle_button_press()
258 …button_state.mouse_offset = ((scrollbar_win_is_anchor(ev->xany.window)) ? (MAX(ev->xbutton.y, 1)) … in sb_handle_button_press()
299 button_state.mouse_offset = 0; in sb_handle_button_release()
349 …scr_move_to(scrollbar_position(ev->xbutton.y) - button_state.mouse_offset, scrollbar_scrollarea_he… in sb_handle_motion_notify()
352 scrollbar_anchor_update_position(button_state.mouse_offset); in sb_handle_motion_notify()
H A Devents.h77 unsigned short clicks, bypass_keystate, report_mode, mouse_offset; member
H A Devents.c775 button_state.mouse_offset = 0; in handle_button_release()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.h93 const gfx::Point& mouse_offset,
H A Dtab_drag_controller.cc431 const gfx::Point& mouse_offset, in Init() argument
452 start_point_in_screen_ = gfx::Point(source_view_offset, mouse_offset.y()); in Init()
455 mouse_offset_ = mouse_offset; in Init()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dfile.cpp1041 Geom::Point mouse_offset = desktop->point() - sel_bbox->midpoint(); in sp_import_document() local
1042 … offset = m.multipleOfGridPitch(mouse_offset - offset, sel_bbox->midpoint() + offset) + offset; in sp_import_document()