Home
last modified time | relevance | path

Searched refs:lineStep (Results 1 – 25 of 58) sorted by relevance

123

/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3rangecontrol.cpp141 int lineStep, int pageStep, in Q3RangeControl() argument
146 line = QABS(lineStep); in Q3RangeControl()
263 setValue(value() + lineStep()); in addLine()
276 setValue(value() - lineStep()); in subtractLine()
390 void Q3RangeControl::setSteps(int lineStep, int pageStep) in setSteps() argument
392 if (lineStep != line || pageStep != page) { in setSteps()
393 line = QABS(lineStep); in setSteps()
H A Dq3rangecontrol.h63 int lineStep, int pageStep, int value);
79 int lineStep() const;
119 inline int Q3RangeControl::lineStep() const in lineStep() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/shell/src/
H A Dconsolepage.cpp81 int const lineStep = 40; in wheelEvent() local
83 int const lineStep = 60; in wheelEvent() local
85 while (_wheelAccum < -lineStep) in wheelEvent()
87 _wheelAccum += lineStep; in wheelEvent()
90 while (_wheelAccum > lineStep) in wheelEvent()
92 _wheelAccum -= lineStep; in wheelEvent()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/plotting/
H A Dalignments.c92 float lineStep, blockStep, consStep, ssStep, rulerStep, nameStep, numberStep; in vrna_file_PS_aln_slice() local
120 lineStep = fontHeight + 2; /* distance between lines */ in vrna_file_PS_aln_slice()
188 ((N + 2) * lineStep + blockStep + consStep + ssStep + rulerStep); in vrna_file_PS_aln_slice()
275 yy = startY + (block - 1) * (lineStep * (N + 2) + blockStep + consStep + rulerStep) + in vrna_file_PS_aln_slice()
276 ssStep * (block) + (s + 1) * lineStep; in vrna_file_PS_aln_slice()
321 currY += ssStep + lineStep; in vrna_file_PS_aln_slice()
345 currY += lineStep; in vrna_file_PS_aln_slice()
352 currY += lineStep; in vrna_file_PS_aln_slice()
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DGraph.cc95 unsigned lineStep, in checkDepth() argument
103 for (depth = 0; depth <= valmax10; depth += lineStep) { in checkDepth()
117 for (depth = -lineStep; depth >= valmin10; depth -= lineStep) { in checkDepth()
138 unsigned lineStep, in drawDepth() argument
142 for (int depth=minDepth; depth<=maxDepth; depth+=lineStep) in drawDepth()
198 unsigned lineStep, in makeDepthLabel() argument
207 if (lineStep < 10) { in makeDepthLabel()
343 unsigned lineStep, labelWidth, labelRight; in drawTides() local
443 drawDepth (ymax, ymin, valmax, valmin, lineStep, labelWidth, minDepth, in drawTides()
482 for (int depth = minDepth; depth <= maxDepth; depth += lineStep) { in drawTides()
[all …]
H A DGraph.hh76 unsigned lineStep,
102 unsigned lineStep,
/dports/deskutils/kalarm/kalarm-21.12.3/src/lib/
H A Dspinbox.cpp221 …const int lineStep = (modifier == ShiftModifier) ? mLineShiftStep : (modifier == ControlModifier &… in eventFilter() local
227 step = lineStep - val % lineStep; in eventFilter()
229 step = - ((val + lineStep - 1) % lineStep + 1); in eventFilter()
232 step = (step > 0) ? lineStep : -lineStep; in eventFilter()
379 const int lineStep = (modifier == ShiftModifier) ? mLineShiftStep : mLineControlStep; in setShiftStepping() local
380 const int step = (currentButton == UP) ? lineStep : (currentButton == DOWN) ? -lineStep : 0; in setShiftStepping()
434 QSpinBox::setSingleStep(lineStep); in setShiftStepping()
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqscrollbar.h55 Q_PROPERTY( int lineStep READ lineStep WRITE setLineStep )
65 QScrollBar( int minValue, int maxValue, int lineStep, int pageStep,
84 int lineStep() const;
H A Dqrangecontrol.h57 int lineStep, int pageStep, int value );
72 int lineStep() const;
115 inline int QRangeControl::lineStep() const in lineStep() function
H A Dqdial.h61 Q_PROPERTY( int lineStep READ lineStep WRITE setLineStep )
89 int lineStep() const;
H A Dqspinbox.h65 Q_PROPERTY( int lineStep READ lineStep WRITE setLineStep )
100 int lineStep() const;
H A Dqslider.h58 Q_PROPERTY( int lineStep READ lineStep WRITE setLineStep )
101 int lineStep() const;
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DDisAsm.cpp232 unsigned int lineStep = (m_renderMetrics.fontSizeY + m_renderMetrics.yspace); in GetLineCount() local
233 unsigned int lines = (clientRect.Bottom() - (m_renderMetrics.ymargin * 2)) / lineStep; in GetLineCount()
656 int lineStep = (m_renderMetrics.fontSizeY + m_renderMetrics.yspace); in Paint() local
657 int textOffset = (lineStep - m_renderMetrics.fontSizeY) / 2; in Paint()
659 int lines = (rwin.bottom - (m_renderMetrics.ymargin * 2)) / lineStep; in Paint()
714 SetRect(&rsel, m_renderMetrics.xmargin, y, rwin.right, y + lineStep); in Paint()
742 MoveToEx(hDC, GetFuncBoundaryPosition(), y + lineStep, NULL); in Paint()
743 LineTo(hDC, GetFuncBoundaryPosition(), y + (lineStep / 2) - 1); in Paint()
749 LineTo(hDC, GetFuncBoundaryPosition(), y + (lineStep / 2)); in Paint()
755 LineTo(hDC, GetFuncBoundaryPosition(), y + lineStep); in Paint()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/Utils/
H A Dcoloraln.pl289 my $lineStep=$fontHeight+2; # distance between lines
308 my $imageHeight = int($startY+$numBlock*((@aln+1+$ruler)*$lineStep+$blockStep+$consStep+$ssStep));
371 …my $y=$startY+($block-1)*($lineStep*(@aln+1+$ruler)+$blockStep+$consStep)+$ssStep*($block)+($row+1…
421 $currY+=$lineStep+$ssStep;
436 $currY+=$lineStep;
451 $currY+=$lineStep;
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dthinslider.h47 Q_PROPERTY( double lineStep READ lineStep WRITE setLineStep )
104 double lineStep() const;
H A Dslider.h55 Q_PROPERTY( double lineStep READ lineStep WRITE setLineStep )
150 double lineStep() const;
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A Dcommon.hpp329 int lineStep = (flip) ? -(int)(width * 3) : (int)(width * 3); in RGBToGrayRef() local
332 unsigned char *src = (flip) ? rgb + (width * height * 3) + lineStep : rgb; in RGBToGrayRef()
349 src += lineStep; in RGBToGrayRef()
558 int lineStep = (flip) ? -(int)(width * 3) : (int)(width * 3); in BGRToGrayRef() local
561 unsigned char *src = (flip) ? bgr + (width * height * 3) + lineStep : bgr; in BGRToGrayRef()
571 src += lineStep; in BGRToGrayRef()
579 int lineStep = (flip) ? -(int)(width * 3) : (int)(width * 3); in BGRToRGBaRef() local
582 unsigned char *src = (flip) ? (bgr + (width * height * 3) + lineStep) : bgr; in BGRToRGBaRef()
595 src += lineStep; in BGRToRGBaRef()
603 int lineStep = (flip) ? -(int)(width * 4) : (int)(width * 4); in BGRaToRGBaRef() local
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/awl/
H A Daslider.h59 Q_PROPERTY(double lineStep READ lineStep WRITE setLineStep)
132 double lineStep() const { return _lineStep; } in lineStep() function
H A Daslider.cpp135 _value += (delta * lineStep()) / div; in wheelEvent()
156 case Qt::Key_Left: _value += lineStep(); break; in keyPressEvent()
158 case Qt::Key_Right: _value -= lineStep(); break; in keyPressEvent()
/dports/audio/musescore/MuseScore-3.6.1/awl/
H A Daslider.h53 Q_PROPERTY(double lineStep READ lineStep WRITE setLineStep)
134 double lineStep() const { return _lineStep; } in lineStep() function
H A Daslider.cpp130 _value += (ev->angleDelta().y() * lineStep()) / div; in wheelEvent()
150 case Qt::Key_Left: _value += lineStep(); break; in keyPressEvent()
152 case Qt::Key_Right: _value -= lineStep(); break; in keyPressEvent()
/dports/devel/sdl12/SDL-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc251 int fblineadd = my_painter->lineStep(); in repaintRotation0()
253 fb += (rect.left()<<1) + rect.top() * my_painter->lineStep(); in repaintRotation0()
287 int fblineadd = my_painter->lineStep(); in repaintRotation3()
289 fb += (rect.left()<<1) + rect.top() * my_painter->lineStep(); in repaintRotation3()
300 int fblineadd = my_painter->lineStep() - (rect.width() << 1); in repaintRotation3()
308 my_painter->lineStep()) + ((my_painter->height() - ((rect.left() + in repaintRotation3()
/dports/graphics/unpaper/unpaper-6.1/
H A Dimageprocess.c134 for (int lineStep = 0; lineStep < deskewScanSize; lineStep++) { in detectEdgeRotationPeak() local
135 x[lineStep] = (int)X; in detectEdgeRotationPeak()
136 y[lineStep] = (int)Y; in detectEdgeRotationPeak()
146 for (int lineStep = 0; lineStep < deskewScanSize; lineStep++) { in detectEdgeRotationPeak() local
147 xx = x[lineStep]; in detectEdgeRotationPeak()
148 x[lineStep] += shiftX; in detectEdgeRotationPeak()
149 yy = y[lineStep]; in detectEdgeRotationPeak()
150 y[lineStep] += shiftY; in detectEdgeRotationPeak()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DScrollbar.h71 int lineStep() const { return m_lineStep; } in lineStep() function
80 void setSteps(int lineStep, int pageStep, int pixelsPerStep = 1);
/dports/misc/visp/visp-3.4.0/modules/core/src/image/
H A DvpImageConvert.cpp314 int lineStep = (flip) ? 1 : 0; in convert() local
325 …unsigned char *output = beginOutput + lineStep * (4 * width * (height - 1 - i)) + (1 - lineStep) *… in convert()
345 …unsigned char *output = beginOutput + lineStep * (4 * width * (height - 1 - i)) + (1 - lineStep) *… in convert()
409 int lineStep = (flip) ? 1 : 0; in convert() local
3357 int lineStep = (flip) ? -(int)(width * 3) : (int)(width * 3); in RGBToRGBa() local
3374 src += lineStep; in RGBToRGBa()
3436 src += lineStep; in RGBToGrey()
3542 src += lineStep; in BGRToRGBa()
3579 src += lineStep; in BGRaToRGBa()
3624 src += lineStep; in BGRToGrey()
[all …]

123