Home
last modified time | relevance | path

Searched refs:toX (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGPathStringSource.cpp132 float toX; in parseMoveToSegment() local
136 targetPoint = FloatPoint(toX, toY); in parseMoveToSegment()
142 float toX; in parseLineToSegment() local
146 targetPoint = FloatPoint(toX, toY); in parseLineToSegment()
166 float toX; in parseCurveToCubicSegment() local
177 targetPoint = FloatPoint(toX, toY); in parseCurveToCubicSegment()
185 float toX; in parseCurveToCubicSmoothSegment() local
193 targetPoint = FloatPoint(toX, toY); in parseCurveToCubicSmoothSegment()
201 float toX; in parseCurveToQuadraticSegment() local
215 float toX; in parseCurveToQuadraticSmoothSegment() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/engine/
H A Dscene_v1.cpp28 x &= 0xFFFC; toX &= 0xFFFC; in findWay()
30 x = (int16)x; y = (int16)y; toX = (int16)toX; toY = (int16)toY; in findWay()
46 int newFacing = getFacingFromPointToPoint(x, y, toX, toY); in findWay()
49 if (curX == toX && curY == toY) { in findWay()
86 if (curX != toX || curY != toY) in findWay()
90 if (curX == toX && curY == toY) { in findWay()
100 if (curX == toX && curY == toY) { in findWay()
131 if (curX == toX && curY == toY) in findWay()
184 if (toX == temp) { in findSubPath()
197 if (x == toX && y == toY) in findSubPath()
[all …]
H A Dscene_v2.cpp83 int KyraEngine_v2::findWay(int x, int y, int toX, int toY, int *moveTable, int moveTableSize) { in findWay() argument
84 x &= ~3; toX &= ~3; in findWay()
86 int size = KyraEngine_v1::findWay(x, y, toX, toY, moveTable, moveTableSize); in findWay()
99 bool KyraEngine_v2::directLinePassable(int x, int y, int toX, int toY) { in directLinePassable() argument
102 while (x != toX || y != toY) { in directLinePassable()
103 int facing = getFacingFromPointToPoint(x, y, toX, toY); in directLinePassable()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/engine/
H A Dscene_v1.cpp28 x &= 0xFFFC; toX &= 0xFFFC; in findWay()
30 x = (int16)x; y = (int16)y; toX = (int16)toX; toY = (int16)toY; in findWay()
46 int newFacing = getFacingFromPointToPoint(x, y, toX, toY); in findWay()
49 if (curX == toX && curY == toY) { in findWay()
86 if (curX != toX || curY != toY) in findWay()
90 if (curX == toX && curY == toY) { in findWay()
100 if (curX == toX && curY == toY) { in findWay()
131 if (curX == toX && curY == toY) in findWay()
184 if (toX == temp) { in findSubPath()
197 if (x == toX && y == toY) in findSubPath()
[all …]
H A Dscene_v2.cpp83 int KyraEngine_v2::findWay(int x, int y, int toX, int toY, int *moveTable, int moveTableSize) { in findWay() argument
84 x &= ~3; toX &= ~3; in findWay()
86 int size = KyraEngine_v1::findWay(x, y, toX, toY, moveTable, moveTableSize); in findWay()
99 bool KyraEngine_v2::directLinePassable(int x, int y, int toX, int toY) { in directLinePassable() argument
102 while (x != toX || y != toY) { in directLinePassable()
103 int facing = getFacingFromPointToPoint(x, y, toX, toY); in directLinePassable()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioningquick/
H A Dqquickgeocoordinateanimation.cpp94 double toX = toMercator->m_mercatorX; in q_coordinateShortestInterpolator() local
99 if (0.5 < qAbs(toX - fromX)) { in q_coordinateShortestInterpolator()
101 double ex = toX; in q_coordinateShortestInterpolator()
108 x = fromX + (toX - fromX) * progress; in q_coordinateShortestInterpolator()
114 x = fromX + (toX - fromX) * progress; in q_coordinateShortestInterpolator()
131 double toX = toMercator->m_mercatorX; in q_coordinateWestInterpolator() local
135 double diff = toX - fromX; in q_coordinateWestInterpolator()
138 toX += 1.0; in q_coordinateWestInterpolator()
161 double toX = toMercator->m_mercatorX; in q_coordinateEastInterpolator() local
165 double diff = toX - fromX; in q_coordinateEastInterpolator()
[all …]
/dports/editors/yudit/yudit-3.0.7/swindow/
H A DSFontCFF.cpp752 canvas->lineto (matrix.toX(lastX,lastY), in execute()
766 canvas->lineto (matrix.toX(lastX,lastY), in execute()
785 matrix.toX (xa, ya), matrix.toY (xa, ya), in execute()
786 matrix.toX (xb, yb), matrix.toY (xb, yb), in execute()
831 canvas->moveto (matrix.toX(lastX, lastY), in execute()
1196 matrix.toX (xa, ya), matrix.toY (xa, ya), in execute()
1197 matrix.toX (xb, yb), matrix.toY (xb, yb), in execute()
1198 matrix.toX (xc, yc), matrix.toY (xc, yc)); in execute()
1222 matrix.toX (xa, ya), matrix.toY (xa, ya), in execute()
1223 matrix.toX (xb, yb), matrix.toY (xb, yb), in execute()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/wince/
H A DWaitStateThread.cpp74 …ned short* src, unsigned int pitch, const int fromX, const int fromY, const int toX, const int toY) in SaveArea() argument
76 const int Width = (toX - fromX); in SaveArea()
81 for (int x = fromX; x < toX; x++) in SaveArea()
90 …rt* saveBuffer, unsigned int pitch, const int fromX, const int fromY, const int toX, const int toY) in RestoreArea() argument
92 const int Width = (toX - fromX); in RestoreArea()
97 for (int x = fromX; x < toX; x++) in RestoreArea()
106 … buffer, unsigned short pitch, const int fromX, const int fromY, const int toX, const int toY, con… in Darken() argument
113 buffer[y*pitch+toX-1] = 0xFFFF; in Darken()
115 for (x = fromX; x < toX; x++) in Darken()
123 for (x = fromX+1; x < toX-1; x++) in Darken()
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/
H A DMathPlot.class.php52 public $toX; variable in awMathFunction
66 * @param float $toX
68 public function __construct($f, $fromX = NULL, $toX = NULL) { argument
72 $this->toX = is_null($toX) ? NULL : (float)$toX;
344 $toX = is_null($function->toX) ? $this->extremum->right : $function->toX;
348 for($i = $fromX; $i <= $toX; $i += $this->interval) {
378 if($old !== NULL and $i - $this->interval != $toX) {
380 $p = awAxis::toPosition($this->xAxis, $this->yAxis, new awPoint($toX, $f($toX)));
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/
H A DMathPlot.class.php52 var $toX; variable in awMathFunction
66 * @param float $toX
68 function awMathFunction($f, $fromX = NULL, $toX = NULL) { argument
72 $this->toX = is_null($toX) ? NULL : (float)$toX;
340 $toX = is_null($function->toX) ? $this->extremum->right : $function->toX;
344 for($i = $fromX; $i <= $toX; $i += $this->interval) {
374 if($old !== NULL and $i - $this->interval != $toX) {
376 $p = awAxis::toPosition($this->xAxis, $this->yAxis, new awPoint($toX, $f($toX)));
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dcdraw.c153 INT toX, toY, fromX, fromY, sinkTile ; in draw_the_data() local
229 toX = tptr->l ; in draw_the_data()
244 toX = tptr->l ; in draw_the_data()
268 toX = (tptr->l + tptr->r) / 2 ; in draw_the_data()
284 toX = (tptr->l + tptr->r) / 2 ; in draw_the_data()
286 toX = (blocklG + blockrG) / 2 ; in draw_the_data()
304 toX = tptr->l ; in draw_the_data()
320 toX = tptr->l ; in draw_the_data()
343 toX = (tptr->l + tptr->r) / 2 ; in draw_the_data()
359 toX = (tptr->l + tptr->r) / 2 ; in draw_the_data()
[all …]
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dboard.c176 if (toX >= 0 && toY >= 0) { in SetHighlights()
177 drawHighlight(toX, toY, 1); in SetHighlights()
183 hi2X = toX; in SetHighlights()
212 if (toX >= 0 && toY >= 0) { in SetPremoveHighlights()
213 drawHighlight(toX, toY, 2); in SetPremoveHighlights()
218 pm2X = toX; in SetPremoveHighlights()
602 int hop, x = toX, y = toY; in AnimateMove()
630 hop = abs(fromX-toX) == 1 && abs(fromY-toY) == 2 || abs(fromX-toX) == 2 && abs(fromY-toY) == 1; in AnimateMove()
659 if((i-toX)*(i-toX) + (j-toY)*(j-toY) < 6) damage[0][j][i] |= 1 + ((i-toX ^ j-toY) & 1); in AnimateMove()
663 damage[0][toY][toX] |= True; in AnimateMove()
[all …]
/dports/games/scourge/scourge/src/render/
H A Dcutscene.cpp140 fromX = toX = x; in placeCamera()
160 toX = targetX; in animateCamera()
190 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in isCameraMoving()
204 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in getCameraX()
208 x = fromX + ( percent * ( toX - fromX ) ); in getCameraX()
225 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in getCameraY()
246 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in getCameraZ()
267 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in getCameraXRot()
290 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in getCameraYRot()
313 placeCamera( toX, toY, toZ, toXRot, toYRot, toZRot, toZoom ); in getCameraZRot()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp101 btVector3 toX = radius * quatRotate(rotAroundX, yUnit); in physicsDebugDraw() local
105 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, 0.1, -0.2)), xUnit +… in physicsDebugDraw()
106 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit … in physicsDebugDraw()
111 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit … in physicsDebugDraw()
118 drawArc(xUnit, xUnit, toX.normalized(), radius, radius, 0.4, SIMD_2_PI, xUnit, false); in physicsDebugDraw()
/dports/devel/py-bullet3/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp101 btVector3 toX = radius * quatRotate(rotAroundX, yUnit); in physicsDebugDraw() local
105 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, 0.1, -0.2)), xUnit +… in physicsDebugDraw()
106 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit … in physicsDebugDraw()
111 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit … in physicsDebugDraw()
118 drawArc(xUnit, xUnit, toX.normalized(), radius, radius, 0.4, SIMD_2_PI, xUnit, false); in physicsDebugDraw()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DDefaultItemAnimatorBase.java60 public int fromX, fromY, toX, toY; field in DefaultItemAnimatorBase.MoveInfo
66 this.toX = toX; in MoveInfo()
73 public int fromX, fromY, toX, toY; field in DefaultItemAnimatorBase.ChangeInfo
81 int fromX, int fromY, int toX, int toY) { in ChangeInfo() argument
85 this.toX = toX; in ChangeInfo()
96 ", toX=" + toX + in toString()
127 moveInfo.toX, moveInfo.toY); in runPendingAnimations()
244 final int deltaX = toX - fromX; in animateMove()
264 final int deltaX = toX - fromX; in animateMoveImpl()
302 if (fromX != toX || fromY != toY) { in animateChange()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DDefaultItemAnimatorBase.java60 public int fromX, fromY, toX, toY; field in DefaultItemAnimatorBase.MoveInfo
66 this.toX = toX; in MoveInfo()
73 public int fromX, fromY, toX, toY; field in DefaultItemAnimatorBase.ChangeInfo
81 int fromX, int fromY, int toX, int toY) { in ChangeInfo() argument
85 this.toX = toX; in ChangeInfo()
96 ", toX=" + toX + in toString()
127 moveInfo.toX, moveInfo.toY); in runPendingAnimations()
244 final int deltaX = toX - fromX; in animateMove()
264 final int deltaX = toX - fromX; in animateMoveImpl()
302 if (fromX != toX || fromY != toY) { in animateChange()
[all …]
/dports/games/xboard/xboard-4.9.1/
H A Dboard.c165 if (hi2X != toX || hi2Y != toY) { in SetHighlights()
176 hi2X = toX; in SetHighlights()
195 if (pm2X != toX || pm2Y != toY) { in SetPremoveHighlights()
202 pm2X = toX; in SetPremoveHighlights()
568 x = lineGap + toX * (squareSize + lineGap); in AnimateAtomicCapture()
586 int hop, x = toX, y = toY, x2 = kill2X; in AnimateMove()
615 hop = abs(fromX-toX) == 1 && abs(fromY-toY) == 2 || abs(fromX-toX) == 2 && abs(fromY-toY) == 1; in AnimateMove()
644 if((i-toX)*(i-toX) + (j-toY)*(j-toY) < 6) damage[0][j][i] |= 2; in AnimateMove()
648 damage[0][toY][toX] |= 4; in AnimateMove()
650 …if(toX == x2 && toY == kill2Y) { fromX = toX; fromY = toY; toX = killX; toY = killY; x2 = -1; goto… in AnimateMove()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DAwTestTouchUtils.java32 private static void dragTo(View view, float fromX, float toX, float fromY, in dragTo() argument
37 float xStep = (toX - fromX) / stepCount; in dragTo()
61 public static void dragCompleteView(final View view, final int fromX, final int toX, in dragCompleteView() argument
65 dragTo(view, fromX, toX, fromY, toY, stepCount, downTime); in dragCompleteView()
66 dragEnd(view, toX, toY, downTime); in dragCompleteView()
/dports/graphics/yafaray/libYafaRay-3.5.1/src/lights/
H A Darealight.cc37 corner(c), toX(v1), toY(v2), samples(nsam), intensity(inte) in areaLight_t()
42 fnormal = toY^toX; //f normal is "flipped" normal direction... in areaLight_t()
48 du = toX; in areaLight_t()
51 c2 = corner + toX; in areaLight_t()
52 c3 = corner + (toX + toY); in areaLight_t()
78 point3d_t p = corner + s.s1*toX + s.s2*toY; in illumSample()
108 ray.from = corner + s3*toX + s4*toY; in emitPhoton()
116 s.sp->P = corner + s.s3*toX + s.s4*toY; in emitSample()
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexMipmaps.cpp1084 … CUBIC_INTERPOLATE( C0, toX.x, row0[ toX.u0 ], row0[ toX.u1 ], row0[ toX.u2 ], row0[ toX.u3 ] ); in _Generate2DMipsCubicFilter()
1085 … CUBIC_INTERPOLATE( C1, toX.x, row1[ toX.u0 ], row1[ toX.u1 ], row1[ toX.u2 ], row1[ toX.u3 ] ); in _Generate2DMipsCubicFilter()
1086 … CUBIC_INTERPOLATE( C2, toX.x, row2[ toX.u0 ], row2[ toX.u1 ], row2[ toX.u2 ], row2[ toX.u3 ] ); in _Generate2DMipsCubicFilter()
1087 … CUBIC_INTERPOLATE( C3, toX.x, row3[ toX.u0 ], row3[ toX.u1 ], row3[ toX.u2 ], row3[ toX.u3 ] ); in _Generate2DMipsCubicFilter()
2102 …CUBIC_INTERPOLATE( C0, toX.x, urow[j][ toX.u0 ], urow[j][ toX.u1 ], urow[j][ toX.u2 ], urow[j][ to… in _Generate3DMipsCubicFilter()
2103 …CUBIC_INTERPOLATE( C1, toX.x, vrow[j][ toX.u0 ], vrow[j][ toX.u1 ], vrow[j][ toX.u2 ], vrow[j][ to… in _Generate3DMipsCubicFilter()
2104 …CUBIC_INTERPOLATE( C2, toX.x, srow[j][ toX.u0 ], srow[j][ toX.u1 ], srow[j][ toX.u2 ], srow[j][ to… in _Generate3DMipsCubicFilter()
2234 …CUBIC_INTERPOLATE( C0, toX.x, urow[0][ toX.u0 ], urow[0][ toX.u1 ], urow[0][ toX.u2 ], urow[0][ to… in _Generate3DMipsCubicFilter()
2235 …CUBIC_INTERPOLATE( C1, toX.x, vrow[0][ toX.u0 ], vrow[0][ toX.u1 ], vrow[0][ toX.u2 ], vrow[0][ to… in _Generate3DMipsCubicFilter()
2236 …CUBIC_INTERPOLATE( C2, toX.x, srow[0][ toX.u0 ], srow[0][ toX.u1 ], srow[0][ toX.u2 ], srow[0][ to… in _Generate3DMipsCubicFilter()
[all …]
H A DDirectXTexResize.cpp433 auto& toX = lfX[ x ]; in _ResizeLinearFilter() local
435 BILINEAR_INTERPOLATE( target[x], toX, toY, row0, row1 ); in _ResizeLinearFilter()
586 auto& toX = cfX[ x ]; in _ResizeCubicFilter() local
590 … CUBIC_INTERPOLATE( C0, toX.x, row0[ toX.u0 ], row0[ toX.u1 ], row0[ toX.u2 ], row0[ toX.u3 ] ); in _ResizeCubicFilter()
591 … CUBIC_INTERPOLATE( C1, toX.x, row1[ toX.u0 ], row1[ toX.u1 ], row1[ toX.u2 ], row1[ toX.u3 ] ); in _ResizeCubicFilter()
592 … CUBIC_INTERPOLATE( C2, toX.x, row2[ toX.u0 ], row2[ toX.u1 ], row2[ toX.u2 ], row2[ toX.u3 ] ); in _ResizeCubicFilter()
593 … CUBIC_INTERPOLATE( C3, toX.x, row3[ toX.u0 ], row3[ toX.u1 ], row3[ toX.u2 ], row3[ toX.u3 ] ); in _ResizeCubicFilter()
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab14.cpp11 toX <<= 100; in Init()
22 if (fromX >= toX || fromY >= toY) { in OnUpdate()
32 scatter.SetRange(toX - fromX, toY - fromY); in OnUpdate()
H A Dtab14_UserEquation.cpp11 toX <<= 100; in Init()
22 if (fromX >= toX || fromY >= toY) { in OnUpdate()
32 scatter.SetRange(toX - fromX, toY - fromY); in OnUpdate()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/matrix/
H A DMatrixSizeDialog.cpp118 double toX = boxXEnd->value(); in apply() local
125 if(oxs != fromX || oxe != toX || oys != fromY || oye != toY){ in apply()
127 oxs, oxe, oys, oye, fromX, toX, fromY, toY, in apply()
128 tr("Set Coordinates x[%1 : %2], y[%3 : %4]").arg(fromX).arg(toX).arg(fromY).arg(toY))); in apply()
129 d_matrix->setCoordinates(fromX, toX, fromY, toY); in apply()

12345678910>>...15