Home
last modified time | relevance | path

Searched refs:CURVE_TEXT_OFFSET_X (Results 1 – 2 of 2) sorted by relevance

/dports/audio/eq10q-lv2/eq10q-2.2/gui/widgets/
H A Dbodeplot.cpp302 double local_x1 = m_zoom_widget.x1 - CURVE_MARGIN - CURVE_TEXT_OFFSET_X + xDiff; in recomputeCenterFreq()
303 double local_x2 = m_zoom_widget.x2 - CURVE_MARGIN - CURVE_TEXT_OFFSET_X + xDiff; in recomputeCenterFreq()
471 const double x = event->x - CURVE_MARGIN - CURVE_TEXT_OFFSET_X; in on_scrollwheel_event()
508 const double x = event->x - CURVE_MARGIN - CURVE_TEXT_OFFSET_X; in on_mouse_motion_event()
514 …= x > width - 2*CURVE_MARGIN - CURVE_TEXT_OFFSET_X - BALL_DETECTION_PIXELS ? width - 2*CURVE_MARGI… in on_mouse_motion_event()
546 redraw_cursor(event->x -CURVE_MARGIN - CURVE_TEXT_OFFSET_X, event->y - CURVE_MARGIN); in on_mouse_motion_event()
636 x < width - 2*CURVE_MARGIN - CURVE_TEXT_OFFSET_X && in on_mouse_motion_event()
674 if( event->x > CURVE_MARGIN + CURVE_TEXT_OFFSET_X && in on_mouse_motion_event()
875 …cr->rectangle(CURVE_MARGIN + CURVE_TEXT_OFFSET_X + 0.5, CURVE_MARGIN + 0.5, width - 2*CURVE_MARGIN… in on_expose_event()
1286 m_zoom_widget.x1 += CURVE_MARGIN + CURVE_TEXT_OFFSET_X; in redraw_zoom_widget()
[all …]
H A Dbodeplot.h36 #define CURVE_TEXT_OFFSET_X 18 macro