Home
last modified time | relevance | path

Searched refs:nextY (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/games/atanks/atanks-6.5/src/
H A Dphysobj.cpp152 if (nextY > bottom) { in applyPhysics()
173 nextY = y + deltaY; in applyPhysics()
182 nextY += 1.0; in applyPhysics()
199 yv_cur = currY - nextY; in applyPhysics()
201 nextY = currY; in applyPhysics()
296 nextY = bottom; in applyPhysics()
302 nextY = top; in applyPhysics()
334 if (nextY < top) in applyPhysics()
335 nextY = top; in applyPhysics()
337 nextY = bottom; in applyPhysics()
[all …]
/dports/graphics/tiled/tiled-1.7.2/util/java/libtiled-java/src/main/java/org/mapeditor/util/
H A DBasicTileCutter.java43 private int nextX, nextY; field in BasicTileCutter
83 if (nextY + tileHeight + tileMargin <= image.getHeight()) { in getNextTile()
85 = image.getSubimage(nextX, nextY, tileWidth, tileHeight); in getNextTile()
90 nextY += tileHeight + tileSpacing; in getNextTile()
103 nextY = tileMargin; in reset()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp1291 y = nextY; in aaa_walk_convex_edges()
1317 y = nextY; in aaa_walk_convex_edges()
1496 SkFixed nextY, in deferred_blit() argument
1531 riteE->goY(nextY, yShift); in deferred_blit()
1535 nextY, in deferred_blit()
1617 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1691 nextY, in aaa_walk_edges()
1756 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1767 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
1800 nextY, in aaa_walk_edges()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp1291 y = nextY; in aaa_walk_convex_edges()
1317 y = nextY; in aaa_walk_convex_edges()
1496 SkFixed nextY, in deferred_blit() argument
1531 riteE->goY(nextY, yShift); in deferred_blit()
1535 nextY, in deferred_blit()
1617 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1691 nextY, in aaa_walk_edges()
1756 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1767 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
1800 nextY, in aaa_walk_edges()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkScan_AAAPath.cpp1290 y = nextY; in aaa_walk_convex_edges()
1316 y = nextY; in aaa_walk_convex_edges()
1495 SkFixed nextY, in deferred_blit() argument
1530 riteE->goY(nextY, yShift); in deferred_blit()
1534 nextY, in deferred_blit()
1614 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1688 nextY, in aaa_walk_edges()
1753 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1764 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
1797 nextY, in aaa_walk_edges()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp1291 y = nextY; in aaa_walk_convex_edges()
1317 y = nextY; in aaa_walk_convex_edges()
1496 SkFixed nextY, in deferred_blit() argument
1531 riteE->goY(nextY, yShift); in deferred_blit()
1535 nextY, in deferred_blit()
1617 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1691 nextY, in aaa_walk_edges()
1756 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1767 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
1800 nextY, in aaa_walk_edges()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp1291 y = nextY; in aaa_walk_convex_edges()
1317 y = nextY; in aaa_walk_convex_edges()
1496 SkFixed nextY, in deferred_blit() argument
1531 riteE->goY(nextY, yShift); in deferred_blit()
1535 nextY, in deferred_blit()
1617 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1691 nextY, in aaa_walk_edges()
1756 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1767 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
1800 nextY, in aaa_walk_edges()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkScan_AAAPath.cpp1153 SkFixed dY = nextY - y; in aaa_walk_convex_edges()
1361 riteE->goY(nextY, yShift); in deferred_blit()
1422 if ((nextY - y) & (SK_Fixed1 >> 2)) { in aaa_walk_edges()
1424 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1430 SkAlpha fullAlpha = f2a(nextY - y); in aaa_walk_edges()
1509 currE->goY(nextY, yShift); in aaa_walk_edges()
1516 while (currE->fLowerY <= nextY) { in aaa_walk_edges()
1533 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1535 if (currE->fLowerY <= nextY) { in aaa_walk_edges()
1544 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkScan_AAAPath.cpp1290 y = nextY; in aaa_walk_convex_edges()
1316 y = nextY; in aaa_walk_convex_edges()
1495 SkFixed nextY, in deferred_blit() argument
1530 riteE->goY(nextY, yShift); in deferred_blit()
1534 nextY, in deferred_blit()
1614 nextY = y + (SK_Fixed1 >> 2); in aaa_walk_edges()
1688 nextY, in aaa_walk_edges()
1753 SkASSERT(currE->fY == nextY); in aaa_walk_edges()
1764 SkASSERT(leftE->fY == nextY && currE->fY == nextY); in aaa_walk_edges()
1797 nextY, in aaa_walk_edges()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/doc/programGuide/ch06/spin_box/
H A Dspin_box.c132 Position nextY; in CreateSpinBoxes() local
138 nextY = 10; in CreateSpinBoxes()
165 XtSetArg(argList[n], XmNy, nextY); n++; in CreateSpinBoxes()
170 nextY += Y_OFFSET; in CreateSpinBoxes()
214 XtSetArg(argList[n], XmNy, nextY); n++; in CreateSpinBoxes()
221 nextY += Y_OFFSET; in CreateSpinBoxes()
272 nextY += Y_OFFSET; in CreateSpinBoxes()
319 nextY += Y_OFFSET; in CreateSpinBoxes()
369 nextY += Y_OFFSET; in CreateSpinBoxes()
420 nextY += Y_OFFSET; in CreateSpinBoxes()
[all …]
/dports/games/warzone2100/warzone2100/src/
H A Draycast.cpp82 Vector2i nextX(0, 0), nextY(0, 0); // Dummy initialisations. in rayCast() local
84 bool canY = tryStep(tile.y, step.y, cur.y, end.y, nextY.y, nextY.x, src.y, src.x, dst.y, dst.x); in rayCast()
88 int32_t yDist = abs(nextY.x - src.x) + abs(nextY.y - src.y); in rayCast()
100 sel = nextY; in rayCast()
102 canY = tryStep(tile.y, step.y, cur.y, end.y, nextY.y, nextY.x, src.y, src.x, dst.y, dst.x); in rayCast()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DMultiColumnText.java114 private float nextY = AUTOMATIC; field in MultiColumnText
154 nextY = top; in MultiColumnText()
295 else if (nextY == AUTOMATIC) { in write()
296nextY = document.getVerticalPosition(true); // RS - 07/07/2005 - - Get current doc writing positio… in write()
328 top = nextY; in write()
335 documentY = nextY; in write()
354 top = nextY = AUTOMATIC; in newPage()
357 top = nextY; in newPage()
459 top = nextY; in nextColumn()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dgl_text.cpp114 int nextY = 0; ///< Y coordinate of the next line; tracked due to that lines member in __anon30bfe6210111::OpenGLTextTexture
185 , nextY(rhs.nextY) in OpenGLTextTexture()
208 nextY = std::max(nextY, y + glyph.h); in TryToInsert()
213 if (nextY + glyph.h > height) return false; in TryToInsert()
215 y = nextY; in TryToInsert()
/dports/games/libretro-mgba/mgba-6186d45/src/gba/renderers/
H A Dvideo-software.c125 softwareRenderer->nextY = 0; in GBAVideoSoftwareRendererReset()
245 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
251 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
257 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
263 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
281 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
287 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
401 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
517 softwareRenderer->nextY = 0; in GBAVideoSoftwareRendererDrawScanline()
519 softwareRenderer->nextY = y + 1; in GBAVideoSoftwareRendererDrawScanline()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/gba/renderers/
H A Dvideo-software.c128 softwareRenderer->nextY = 0; in GBAVideoSoftwareRendererReset()
251 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
257 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
263 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
269 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
287 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
293 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
404 DIRTY_SCANLINE(softwareRenderer, softwareRenderer->nextY); in GBAVideoSoftwareRendererWriteVideoRegister()
520 softwareRenderer->nextY = 0; in GBAVideoSoftwareRendererDrawScanline()
522 softwareRenderer->nextY = y + 1; in GBAVideoSoftwareRendererDrawScanline()
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DBracketingNthOrderBrentSolver.java291 final double nextY = computeObjectiveValue(nextX); in doSolve() local
292 if (Precision.equals(nextY, 0.0, 1)) { in doSolve()
327 y[signChangeIndex] = nextY; in doSolve()
331 if (nextY * yA <= 0) { in doSolve()
334 yB = nextY; in doSolve()
341 yA = nextY; in doSolve()
H A DFieldBracketingNthOrderBrentSolver.java347 final T nextY = f.value(nextX); in solve()
348 if (Precision.equals(nextY.getReal(), 0.0, 1)) { in solve()
383 y[signChangeIndex] = nextY; in solve()
387 if (nextY.multiply(yA).getReal() <= 0) { in solve()
390 yB = nextY; in solve()
397 yA = nextY; in solve()
/dports/astro/marble/marble-21.12.3/src/plugins/render/elevationprofilefloatitem/
H A DElevationProfileFloatItem.cpp591 m_maxElevation = qMax( lastY, nextY ); in calculateStatistics()
592 m_minElevation = qMin( lastY, nextY ); in calculateStatistics()
611 nextY = 0; in calculateStatistics()
622 if ( nextY > lastY ) { in calculateStatistics()
623 m_gain += nextY - lastY; in calculateStatistics()
625 m_loss += lastY - nextY; in calculateStatistics()
631 lastY = nextY; in calculateStatistics()
648 nextY = eleData.value( end - 1 ).y(); in calculateStatistics()
649 if ( nextY > lastY ) { in calculateStatistics()
650 m_gain += nextY - lastY; in calculateStatistics()
[all …]
/dports/cad/ktechlab/ktechlab-0.50.0/src/gui/
H A Dscopescreenview.cpp99 …int nextY = int(midHeight - (logarithmic ? ( (v>0) ? log(v/lowerAbsValue) : -log(-v/lowerAbsValue)…
106 p->drawLine( prevX, prevY, nextX, nextY );
110 prevY = nextY;
202 int nextY = midHeight + int(nextHigh ? -halfOutputHeight : +halfOutputHeight);
205 p->drawLine( nextX, prevY, nextX, nextY );
210 prevY = nextY;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dformeditorannotationicon.cpp335 qreal nextY = 0.; in createCommentBubble() local
352 nextY = titleHeight + titleItem->y(); in createCommentBubble()
360 authorItem->setPos(frameX, nextY); in createCommentBubble()
364 nextY = authorHeight + authorItem->y(); in createCommentBubble()
377 nextY += offset; in createCommentBubble()
382 textItem->setPos(frameX, nextY); in createCommentBubble()
392 nextY = textHeight + textItem->y(); in createCommentBubble()
401 dateItem->setPos(frameX, nextY); in createCommentBubble()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/tracks/gpu_freq/
H A Dfrontend.ts90 const nextY = zeroY - Math.round((value / yMax) * RECT_HEIGHT); constant
91 if (nextY === lastY) continue;
95 ctx.lineTo(lastX, nextY);
96 lastY = nextY;
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/brushes/
H A Dpixelbrushpainter.cpp80 const int nextY = lastY + d.y; in drawPixelBrushDabs() local
91 paintcore::BrushStamp { nextX-offset, nextY-offset, mask }, in drawPixelBrushDabs()
97 lastY = nextY; in drawPixelBrushDabs()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dtext.cpp62 uint16 nextY = destY; in printTextToBitmap() local
74 nextY += kDMFontLetterHeight + 1; in printTextToBitmap()
76 if (nextY + kDMFontLetterHeight >= destHeight) in printTextToBitmap()
81 …Box box((nextX == destX) ? (nextX + 1) : nextX, nextX + kDMFontLetterWidth + 1, nextY, nextY + kDM… in printTextToBitmap()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dtext.cpp62 uint16 nextY = destY; in printTextToBitmap() local
74 nextY += kDMFontLetterHeight + 1; in printTextToBitmap()
76 if (nextY + kDMFontLetterHeight >= destHeight) in printTextToBitmap()
81 …Box box((nextX == destX) ? (nextX + 1) : nextX, nextX + kDMFontLetterWidth + 1, nextY, nextY + kDM… in printTextToBitmap()
/dports/audio/csound/csound-6.15.0/Android/CsoundForAndroid/CsoundAndroidExamples/src/main/java/com/csounds/examples/tests/
H A DWaveviewTestActivity.java154 int nextY = points[i]; in onDraw() local
156 canvas.drawLine(currentX, currentY, nextX, nextY, paint); in onDraw()
158 currentY = nextY; in onDraw()

1234567