Home
last modified time | relevance | path

Searched refs:yStop (Results 1 – 25 of 75) sorted by relevance

123

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Segment/
H A DSegmentFactory.cpp31 int yStop, in adjacentRuns() argument
36 for (int y = yStart - 1; y <= yStop + 1; y++) { in adjacentRuns()
52 int yStop, in adjacentSegment() argument
55 for (int y = yStart - 1; y <= yStop + 1; y++) { in adjacentSegment()
70 int yStop, in adjacentSegments() argument
76 for (int y = yStart - 1; y <= yStop + 1; y++) { in adjacentSegments()
116 int yStop, in finishRun() argument
132 if (adjacentRuns(lastBool, yStart, yStop, height) > 1) { in finishRun()
137 if (adjacentRuns(nextBool, yStart, yStop, height) > 1) { in finishRun()
146 qFloor (0.5 + (yStart + yStop) / 2.0), in finishRun()
[all …]
H A DSegmentFactory.h53 int yStop,
59 int yStop,
65 int yStop,
77 int yStop,
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/util/
H A Dmmsubs.cpp216 double yStop, in projectPointOntoLine() argument
223 if (qAbs (yStart - yStop) > qAbs (xStart - xStop)) { in projectPointOntoLine()
226 double slope = (xStop - xStart) / (yStart - yStop); in projectPointOntoLine()
231 (yStop - yStart + slope * (xStart - xStop)); in projectPointOntoLine()
236 double slope = (yStop - yStart) / (xStart - xStop); in projectPointOntoLine()
241 (xStop - xStart + slope * (yStart - yStop)); in projectPointOntoLine()
246 *yProjection = (1.0 - s) * yStart + s * yStop; in projectPointOntoLine()
262 (*yProjection - yStop) * (*yProjection - yStop)); in projectPointOntoLine()
264 (yToProject - yStop) * (yToProject - yStop)); in projectPointOntoLine()
268 *yProjection = yStop; in projectPointOntoLine()
H A Dmmsubs.h67 double yStop,
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Test/
H A DTestProjectedPoint.cpp82 double yStop = -1.0 * yStart; in testProjectedPoints() local
85 double yMin = qMin (yStart, yStop); in testProjectedPoints()
87 double yMax = qMax (yStart, yStop); in testProjectedPoints()
95 yStop, in testProjectedPoints()
121 yStop, in testProjectedPoints()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/includes/
H A DimageSmoothArc.php50 $yStop = abs($b * sin($stop));
59 $dyStop = $yStop / $xStop;
64 if ($yStop != 0) {
65 $dxStop = $xStop / $yStop;
72 if ($xStop >= $yStop) {
209 if ($yStart > $yStop) {
229 if (!($start > $i * M_PI / 2 && $y > $yStop)) {
241 if ($stop < ($i + 1) * (M_PI / 2) && $y <= $yStop) {
260 if ($y < $aaAngleY && $y <= $yStop) {
288 if ($stop < ($i + 1) * M_PI / 2 && $y <= $yStop) {
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/jpgraph/
H A DimageSmoothArc.php50 $yStop = abs($b * sin($stop));
58 $dyStop = $yStop/$xStop;
61 if ($yStop != 0)
62 $dxStop = $xStop/$yStop;
68 if ($xStop >= $yStop) {
178 if ($yStart > $yStop)
202 if (!($start > $i*M_PI/2 && $y > $yStop)) {
208 if ( $stop < ($i+1)*(M_PI/2) && $y <= $yStop ) {
220 …$x1 = $x; if ($y < $aaAngleY && $y <= $yStop ) imageSetPixel($img, $cx+$xp*($x1+1)+$xa, $cy+$yp*$y…
238 if ($stop < ($i+1)*M_PI/2 && $y <= $yStop) {
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dwave_form_view.cpp96 int yStop = int(center + hScale * audioBuffer[x].max); in AssignAudioTrack() local
97 if (yStop > height - 1) yStop = height - 1; in AssignAudioTrack()
99 for (int y = yStart; y < yStop; y++) in AssignAudioTrack()
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dcontroller_font_game.cc124 Sint32 yStrt, Uint32 yOffs, Sint32 yStop) in set_start_values() argument
154 chara->initialize (zeRad, x_stop, yStrt, xOffs, yOffs, yStop); in set_start_values()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfScanLineInputFile.cpp558 int yStart, yStop, dy; in execute() local
563 yStop = _scanLineMax + 1; in execute()
569 yStop = _scanLineMin - 1; in execute()
573 for (int y = yStart; y != yStop; y += dy) in execute()
872 int yStart, yStop, dy; in execute() local
877 yStop = _scanLineMax + 1; in execute()
883 yStop = _scanLineMin - 1; in execute()
887 for (int y = yStart; y != yStop; y += dy) in execute()
H A DImfDeepScanLineInputFile.cpp650 int yStart, yStop, dy; in execute() local
655 yStop = _scanLineMax + 1; in execute()
661 yStop = _scanLineMin - 1; in execute()
665 for (int y = yStart; y != yStop; y += dy) in execute()
1531 int yStart, yStop, dy; in readPixels() local
1536 yStop = scanLine2 + 1; in readPixels()
1542 yStop = scanLine1 - 1; in readPixels()
1585 for (int y = yStart; y != yStop; y += dy) in readPixels()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfScanLineInputFile.cpp558 int yStart, yStop, dy; in execute() local
563 yStop = _scanLineMax + 1; in execute()
569 yStop = _scanLineMin - 1; in execute()
573 for (int y = yStart; y != yStop; y += dy) in execute()
872 int yStart, yStop, dy; in execute() local
877 yStop = _scanLineMax + 1; in execute()
883 yStop = _scanLineMin - 1; in execute()
887 for (int y = yStart; y != yStop; y += dy) in execute()
H A DImfDeepScanLineInputFile.cpp650 int yStart, yStop, dy; in execute() local
655 yStop = _scanLineMax + 1; in execute()
661 yStop = _scanLineMin - 1; in execute()
665 for (int y = yStart; y != yStop; y += dy) in execute()
1531 int yStart, yStop, dy; in readPixels() local
1536 yStop = scanLine2 + 1; in readPixels()
1542 yStop = scanLine1 - 1; in readPixels()
1585 for (int y = yStart; y != yStop; y += dy) in readPixels()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/toolkit/
H A DShadowFactory.java390 int yStop = dstHeight - right; in createShadowFast() local
477 for (int y = 0; y < yStop; y++, bufferOffset += dstWidth) { in createShadowFast()
494 for (int y = yStop; y < dstHeight; y++, bufferOffset += dstWidth) { in createShadowFast()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfScanLineInputFile.cpp560 int yStart, yStop, dy; in execute() local
565 yStop = _scanLineMax + 1; in execute()
571 yStop = _scanLineMin - 1; in execute()
575 for (int y = yStart; y != yStop; y += dy) in execute()
874 int yStart, yStop, dy; in execute() local
879 yStop = _scanLineMax + 1; in execute()
885 yStop = _scanLineMin - 1; in execute()
889 for (int y = yStart; y != yStop; y += dy) in execute()
H A DImfDeepScanLineInputFile.cpp650 int yStart, yStop, dy; in execute() local
655 yStop = _scanLineMax + 1; in execute()
661 yStop = _scanLineMin - 1; in execute()
665 for (int y = yStart; y != yStop; y += dy) in execute()
1531 int yStart, yStop, dy; in readPixels() local
1536 yStop = scanLine2 + 1; in readPixels()
1542 yStop = scanLine1 - 1; in readPixels()
1585 for (int y = yStart; y != yStop; y += dy) in readPixels()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/util/
H A DDefaultShadowGenerator.java208 int yStop = dstHeight - right; in applyShadow() local
265 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) { in applyShadow()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfScanLineInputFile.cpp545 int yStart, yStop, dy; in execute() local
550 yStop = _scanLineMax + 1; in execute()
556 yStop = _scanLineMin - 1; in execute()
560 for (int y = yStart; y != yStop; y += dy) in execute()
862 int yStart, yStop, dy; in execute() local
867 yStop = _scanLineMax + 1; in execute()
873 yStop = _scanLineMin - 1; in execute()
877 for (int y = yStart; y != yStop; y += dy) in execute()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewgridlayout.cpp651 qreal yStart = 0.0, yStop = 0.0; in calculateSharing() local
663 yStop = plotItem->projectionRect().bottom(); in calculateSharing()
669 … && (plotItem->projectionRect().top() != yStart || plotItem->projectionRect().bottom() != yStop)) { in calculateSharing()
691 qreal yStart = 0.0, yStop = 0.0; in updateProjections() local
713 yStop = plotItem->projectionRect().bottom(); in updateProjections()
717 yMax = yStop; in updateProjections()
723 … && (plotItem->projectionRect().top() != yStart || plotItem->projectionRect().bottom() != yStop)) { in updateProjections()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentModelGridDisplay.h90 void setStopY (double yStop);
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/
H A Dfilter_spot_remover.c95 int yStop = rect.y + rect.h; in remove_spot_channel() local
99 for ( y = rect.y; y < yStop; y++ ) in remove_spot_channel()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_spot_remover.c95 int yStop = rect.y + rect.h; in remove_spot_channel() local
99 for ( y = rect.y; y < yStop; y++ ) in remove_spot_channel()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_spot_remover.c95 int yStop = rect.y + rect.h; in remove_spot_channel() local
99 for ( y = rect.y; y < yStop; y++ ) in remove_spot_channel()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dfilter_spot_remover.c95 int yStop = rect.y + rect.h; in remove_spot_channel() local
99 for ( y = rect.y; y < yStop; y++ ) in remove_spot_channel()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dfilter_spot_remover.c95 int yStop = rect.y + rect.h; in remove_spot_channel() local
99 for ( y = rect.y; y < yStop; y++ ) in remove_spot_channel()

123