Home
last modified time | relevance | path

Searched refs:qwtLim (Results 1 – 15 of 15) sorted by relevance

/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_round_scale_draw.cpp137 angle1 = qwtLim(angle1, -360.0, 360.0); in setAngleRange()
138 angle2 = qwtLim(angle2, -360.0, 360.0); in setAngleRange()
H A Dqwt_math.h138 T qwtLim(const T& x, const T& x1, const T& x2) in qwtLim() function
H A Dqwt_double_range.cpp191 d_pageSize = qwtLim(pageSize,0, in setRange()
H A Dqwt_wheel.cpp158 d_data->tickCnt = qwtLim( cnt, 6, 50 ); in setTickCnt()
390 d_data->viewAngle = qwtLim( angle, 10.0, 175.0 ); in setViewAngle()
H A Dqwt_arrow_button.cpp63 d_data->num = qwtLim(num, 1, MaxNum); in QwtArrowButton()
H A Dqwt_plot_curve.cpp149 i1 = qwtLim(i1, 0, size-1); in verifyRange()
150 i2 = qwtLim(i2, 0, size-1); in verifyRange()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_round_scale_draw.cpp137 angle1 = qwtLim(angle1, -360.0, 360.0); in setAngleRange()
138 angle2 = qwtLim(angle2, -360.0, 360.0); in setAngleRange()
H A Dqwt_math.h138 T qwtLim(const T& x, const T& x1, const T& x2) in qwtLim() function
H A Dqwt_double_range.cpp191 d_pageSize = qwtLim(pageSize,0, in initDial()
H A Dqwt_wheel.cpp158 d_data->tickCnt = qwtLim( cnt, 6, 50 ); in setTickCnt()
390 d_data->viewAngle = qwtLim( angle, 10.0, 175.0 ); in setViewAngle()
H A Dqwt_arrow_button.cpp63 d_data->num = qwtLim(num, 1, MaxNum); in QwtArrowButton()
H A Dqwt_plot_curve.cpp149 i1 = qwtLim(i1, 0, size-1); in verifyRange()
150 i2 = qwtLim(i2, 0, size-1); in verifyRange()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A Dmmath.h75 T qwtLim(const T& x, const T& x1, const T& x2) in qwtLim() function
H A Ddrange.cpp272 …d_pageSize = MusECore::qwtLim(pageSize,0, int(MusECore::qwtAbs((d_maxValue - d_minValue) / d_step)… in setRange()
H A Dscldraw.cpp871 angle1 = MusECore::qwtLim(angle1, -360.0, 360.0); in setAngleRange()
872 angle2 = MusECore::qwtLim(angle2, -360.0, 360.0); in setAngleRange()