Home
last modified time | relevance | path

Searched refs:yChange (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dgeometry.cpp39 int xChange, yChange; in pointsOnEllipse() local
54 yChange = radiusX * radiusX; in pointsOnEllipse()
65 ellipseError += yChange; in pointsOnEllipse()
66 yChange += twoXSquare; in pointsOnEllipse()
93 ellipseError += yChange; in pointsOnEllipse()
94 yChange += twoXSquare; in pointsOnEllipse()
108 int xChange, yChange; in ellipseRegion() local
123 yChange = radiusX * radiusX; in ellipseRegion()
132 ellipseError += yChange; in ellipseRegion()
133 yChange += twoXSquare; in ellipseRegion()
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DCircleRenderer.java67 int yChange = 1; in plotCircleCenteredClipped() local
88 radiusError += yChange; in plotCircleCenteredClipped()
89 yChange += 2; in plotCircleCenteredClipped()
105 int yChange = 1; in plotCircleCenteredUnclipped() local
130 radiusError += yChange; in plotCircleCenteredUnclipped()
131 yChange += 2; in plotCircleCenteredUnclipped()
148 int yChange = 1; in plotFilledCircleCenteredClipped() local
167 radiusError += yChange; in plotFilledCircleCenteredClipped()
168 yChange += 2; in plotFilledCircleCenteredClipped()
207 int yChange = 1; in plotFilledCircleCenteredUnclipped() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DTracker.java493 int xChange = 0, yChange = 0; in gtk_key_press_event() local
508 yChange = -stepSize; in gtk_key_press_event()
511 yChange = stepSize; in gtk_key_press_event()
748 if (yChange < 0 && ((style & SWT.UP) == 0)) yChange = 0; in moveRectangles()
749 if (yChange > 0 && ((style & SWT.DOWN) == 0)) yChange = 0; in moveRectangles()
755 rectangles [i].y += yChange; in moveRectangles()
1051 yChange -= bounds.height; in resizeRectangles()
1065 yChange += bounds.height; in resizeRectangles()
1084 bounds.y += yChange; in resizeRectangles()
1085 bounds.height -= yChange; in resizeRectangles()
[all …]
H A DSash.java296 int xChange = 0, yChange = 0; in gtk_key_press_event() local
304 yChange = key[0] == GDK.GDK_Up ? -stepSize : stepSize; in gtk_key_press_event()
318 newY = Math.min (Math.max (0, lastY + yChange - parentBorder - startY), parentHeight - height); in gtk_key_press_event()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DTracker.java617 int xChange = 0, yChange = 0; in key() local
634 yChange = -stepSize; in key()
637 yChange = stepSize; in key()
649 int newY = oldY + yChange; in key()
757 if (yChange < 0 && ((style & SWT.UP) == 0)) yChange = 0; in moveRectangles()
758 if (yChange > 0 && ((style & SWT.DOWN) == 0)) yChange = 0; in moveRectangles()
1091 yChange -= bounds.height; in resizeRectangles()
1105 yChange += bounds.height; in resizeRectangles()
1124 bounds.y += yChange; in resizeRectangles()
1125 bounds.height -= yChange; in resizeRectangles()
[all …]
H A DSash.java309 int xChange = 0, yChange = 0; in sendKeyEvent() local
318 yChange = keyCode == 126 ? -stepSize : stepSize; in sendKeyEvent()
330 newY = Math.min (Math.max (0, lastY + yChange), parentHeight - height); in sendKeyEvent()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTracker.java512 int xChange = 0, yChange = 0; in gtk_key_press_event() local
527 yChange = -stepSize; in gtk_key_press_event()
530 yChange = stepSize; in gtk_key_press_event()
772 if (yChange < 0 && ((style & SWT.UP) == 0)) yChange = 0; in moveRectangles()
773 if (yChange > 0 && ((style & SWT.DOWN) == 0)) yChange = 0; in moveRectangles()
779 rectangles [i].y += yChange; in moveRectangles()
1085 yChange -= bounds.height; in resizeRectangles()
1099 yChange += bounds.height; in resizeRectangles()
1118 bounds.y += yChange; in resizeRectangles()
1119 bounds.height -= yChange; in resizeRectangles()
[all …]
H A DSash.java321 int xChange = 0, yChange = 0; in gtk_key_press_event() local
329 yChange = key[0] == GDK.GDK_Up ? -stepSize : stepSize; in gtk_key_press_event()
343 newY = Math.min (Math.max (0, lastY + yChange - parentBorder - startY), parentHeight - height); in gtk_key_press_event()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTracker.java448 if (yChange < 0 && ((style & SWT.UP) == 0)) yChange = 0; in moveRectangles()
449 if (yChange > 0 && ((style & SWT.DOWN) == 0)) yChange = 0; in moveRectangles()
454 rectangles [i].y += yChange; in moveRectangles()
769 yChange -= bounds.height;
782 yChange += bounds.height;
800 bounds.y += yChange;
801 bounds.height -= yChange;
803 bounds.height += yChange;
978 int xChange = 0, yChange = 0;
994 yChange = -stepSize;
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkAffineRepresentation2D.cxx605 yChange = 1.0; in Scale()
609 yChange = -1.0; in Scale()
614 yChange = 1.0; in Scale()
619 yChange = -1.0; in Scale()
624 yChange = 1.0; in Scale()
629 yChange = -1.0; in Scale()
638 p0[1] = x0[1] - yChange*d[1]; in Scale()
639 p1[1] = x1[1] - yChange*d[1]; in Scale()
640 p2[1] = x2[1] + yChange*d[1]; in Scale()
768 yChange = 1.0; in Shear()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkAffineRepresentation2D.cxx609 yChange = 1.0; in Scale()
613 yChange = -1.0; in Scale()
618 yChange = 1.0; in Scale()
623 yChange = -1.0; in Scale()
628 yChange = 1.0; in Scale()
633 yChange = -1.0; in Scale()
642 p0[1] = x0[1] - yChange * d[1]; in Scale()
643 p1[1] = x1[1] - yChange * d[1]; in Scale()
644 p2[1] = x2[1] + yChange * d[1]; in Scale()
770 yChange = 1.0; in Shear()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkAffineRepresentation2D.cxx607 yChange = 1.0; in Scale()
611 yChange = -1.0; in Scale()
616 yChange = 1.0; in Scale()
621 yChange = -1.0; in Scale()
626 yChange = 1.0; in Scale()
631 yChange = -1.0; in Scale()
640 p0[1] = x0[1] - yChange*d[1]; in Scale()
641 p1[1] = x1[1] - yChange*d[1]; in Scale()
642 p2[1] = x2[1] + yChange*d[1]; in Scale()
770 yChange = 1.0; in Shear()
[all …]
/dports/graphics/pixen/Pixen-0.1/
H A DPXEllipseTool.m92 int yChange = xRadius * xRadius;
102 error += yChange;
103 yChange += twoASquared;
115 yChange = xRadius * xRadius * (1 - 2*yRadius);
126 if ((2*error + yChange) > 0) {
129 error += yChange;
130 yChange += twoASquared;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickitemchangelistener_p.h84 bool yChange() const { return kind & Y; } in yChange() function
88 bool positionChange() const { return xChange() || yChange(); } in positionChange()
92 bool verticalChange() const { return yChange() || heightChange(); } in verticalChange()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickitemchangelistener_p.h84 bool yChange() const { return kind & Y; } in yChange() function
88 bool positionChange() const { return xChange() || yChange(); } in positionChange()
92 bool verticalChange() const { return yChange() || heightChange(); } in verticalChange()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/tsage/
H A Dlogo.cpp329 int yChange = _majorDiff / ABS(xAmount); in move() local
332 if (!yChange) in move()
335 int v = yAmount / yChange; in move()
336 _changeCtr += yAmount % yChange; in move()
337 if (_changeCtr >= yChange) { in move()
339 _changeCtr -= yChange; in move()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/tsage/
H A Dlogo.cpp329 int yChange = _majorDiff / ABS(xAmount); in move() local
332 if (!yChange) in move()
335 int v = yAmount / yChange; in move()
336 _changeCtr += yAmount % yChange; in move()
337 if (_changeCtr >= yChange) { in move()
339 _changeCtr -= yChange; in move()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dimage.cpp178 int yChange = 0; in CircleFilled() local
185 radiusError += yChange; in CircleFilled()
186 yChange += 2; in CircleFilled()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DScrollablePane.cpp404 const float yChange = contentArea.d_min.d_y - d_contentRect.d_min.d_y; in handleContentAreaChange() local
415 vertScrollbar->setScrollPosition(vertScrollbar->getScrollPosition() - yChange); in handleContentAreaChange()
420 if (xChange || yChange) in handleContentAreaChange()
/dports/games/kubrick/kubrick-21.12.3/src/
H A Dgameglview.h53 void moveGLView (float xChange, float yChange, float zChange);
H A Dgameglview.cpp361 void GameGLView::moveGLView (float xChange, float yChange, float zChange) in moveGLView() argument
363 glTranslatef (xChange, yChange, zChange); in moveGLView()
/dports/games/openjazz/openjazz-20190106/src/jj1level/jj1event/
H A Djj1guardians.cpp432 fixed yChange = getDrawY(change); in draw() local
451 stageAnim->draw(xChange, yChange); in draw()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dres_struct.cpp570 yChange = READ_LE_UINT16(&rec->yChange); in MovementData()
576 int16 &yChange, uint16 &nextFrame) { in getFrame() argument
585 yChange = rec.yChange; in getFrame()
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dres_struct.cpp570 yChange = READ_LE_UINT16(&rec->yChange); in MovementData()
576 int16 &yChange, uint16 &nextFrame) { in getFrame() argument
585 yChange = rec.yChange; in getFrame()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Editable/EditEngines/
H A DBaseEditEngine.cs1080 double xChange = 0d, yChange = 0d; in HandleMouseMove()
1095 yChange = current_point.Y - last_mouse_pos.Y; in HandleMouseMove()
1099 yChange = last_mouse_pos.Y - current_point.Y; in HandleMouseMove()
1106 … Math.Round(Utility.Clamp((xChange * yDiff + yChange * xDiff) / totalDiff, -1d, 1d)) / 50d; in HandleMouseMove()

12