Home
last modified time | relevance | path

Searched refs:halfIntv (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_wheel.cpp428 const double halfIntv = 0.5 * d_data->viewAngle / cnvFactor; in drawWheel() local
429 const double loValue = value() - halfIntv; in drawWheel()
430 const double hiValue = value() + halfIntv; in drawWheel()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_wheel.cpp428 const double halfIntv = 0.5 * d_data->viewAngle / cnvFactor; in drawWheel() local
429 const double loValue = value() - halfIntv; in drawWheel()
430 const double hiValue = value() + halfIntv; in drawWheel()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_wheel.cpp826 const double halfIntv = 0.5 * d_data->viewAngle / cnvFactor; in drawTicks() local
827 const double loValue = value() - halfIntv; in drawTicks()
828 const double hiValue = value() + halfIntv; in drawTicks()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_wheel.cpp826 const double halfIntv = 0.5 * d_data->viewAngle / cnvFactor; in drawTicks() local
827 const double loValue = value() - halfIntv; in drawTicks()
828 const double hiValue = value() + halfIntv; in drawTicks()