Home
last modified time | relevance | path

Searched refs:intersectionY (Results 1 – 10 of 10) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.cpp78 float& intersectionY, in lineIntersection() argument
97 intersectionY = y1; in lineIntersection()
111 intersectionY = y3; in lineIntersection()
125 intersectionY = y3 + along * dy2; in lineIntersection()
127 distanceBeyondLine1EndSquared = intersectionY - y2; in lineIntersection()
130 if ((y2 > y1) == (intersectionY < y2)) in lineIntersection()
140 intersectionY = y1 + along * dy1; in lineIntersection()
152 intersectionY = 0.5f * (y2 + y3); in lineIntersection()
161 intersectionY = y1 + along1 * dy1; in lineIntersection()
185 intersectionY = y2; in lineIntersection()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.cpp78 float& intersectionY, in lineIntersection() argument
97 intersectionY = y1; in lineIntersection()
111 intersectionY = y3; in lineIntersection()
125 intersectionY = y3 + along * dy2; in lineIntersection()
127 distanceBeyondLine1EndSquared = intersectionY - y2; in lineIntersection()
130 if ((y2 > y1) == (intersectionY < y2)) in lineIntersection()
140 intersectionY = y1 + along * dy1; in lineIntersection()
152 intersectionY = 0.5f * (y2 + y3); in lineIntersection()
161 intersectionY = y1 + along1 * dy1; in lineIntersection()
185 intersectionY = y2; in lineIntersection()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DShapeIntersector.cxx40 Precision& intersectionY, in operator ()() argument
48 intersectionY = rayOrigin[1] + rayDir[1] * distance; in operator ()()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DShapeIntersector.cxx52 Precision& intersectionY, in operator ()() argument
60 intersectionY = rayOrigin[1] + rayDir[1] * distance; in operator ()()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkpathing.cpp1792 int32 intersectionY = 0; in kIntersections() local
1799 intersectionY = pSourceY * 100; in kIntersections()
1802 intersectionY = qDestY * 100; in kIntersections()
1812 intersectionY = pSlope * qSourceX + pIntercept; in kIntersections()
1816 intersectionY = qSlope * pDestX + qIntercept; in kIntersections()
1820 intersectionY = ((intersectionX * pSlope) + (pIntercept * 100)) / 100; in kIntersections()
1827 intersectionY = (intersectionY + 50) / 100; in kIntersections()
1831 if (PointInRect(Common::Point(intersectionX, intersectionY), pSourceX, pSourceY, pDestX, pDestY) in kIntersections()
1832 … && PointInRect(Common::Point(intersectionX, intersectionY), qSourceX, qSourceY, qDestX, qDestY)) { in kIntersections()
1834 outBuf[outCount * 3 + 1] = make_reg(0, intersectionY); in kIntersections()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkpathing.cpp1810 int32 intersectionY = 0; in kIntersections() local
1817 intersectionY = pSourceY * 100; in kIntersections()
1820 intersectionY = qDestY * 100; in kIntersections()
1830 intersectionY = pSlope * qSourceX + pIntercept; in kIntersections()
1834 intersectionY = qSlope * pDestX + qIntercept; in kIntersections()
1838 intersectionY = ((intersectionX * pSlope) + (pIntercept * 100)) / 100; in kIntersections()
1845 intersectionY = (intersectionY + 50) / 100; in kIntersections()
1849 if (PointInRect(Common::Point(intersectionX, intersectionY), pSourceX, pSourceY, pDestX, pDestY) in kIntersections()
1850 … && PointInRect(Common::Point(intersectionX, intersectionY), qSourceX, qSourceY, qDestX, qDestY)) { in kIntersections()
1852 outBuf[outCount * 3 + 1] = make_reg(0, intersectionY); in kIntersections()
/dports/games/avp/avp-20170505/src/avp/
H A Ddynamics.c3964 int intersectionY = alpha.vy + MUL_FIXED(lambda,beta.vy); in DoesPolygonIntersectNRBB() local
3965 if (intersectionY >= minVertexPtr->vy && intersectionY <= objectVertices->vy) in DoesPolygonIntersectNRBB()
3980 int intersectionY = alpha.vy + MUL_FIXED(lambda,beta.vy); in DoesPolygonIntersectNRBB() local
3981 if (intersectionY >= minVertexPtr->vy && intersectionY <= objectVertices->vy) in DoesPolygonIntersectNRBB()
3999 int intersectionY = alpha.vy + MUL_FIXED(lambda,beta.vy); in DoesPolygonIntersectNRBB() local
4000 if (intersectionY >= minVertexPtr->vy && intersectionY <= objectVertices->vy) in DoesPolygonIntersectNRBB()
4015 int intersectionY = alpha.vy + MUL_FIXED(lambda,beta.vy); in DoesPolygonIntersectNRBB() local
4016 if (intersectionY >= minVertexPtr->vy && intersectionY <= objectVertices->vy) in DoesPolygonIntersectNRBB()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/util/
H A DmxUtils.java1081 double intersectionY = y0 + ua * (y1 - y0); in intersection() local
1083 return new mxPoint(intersectionX, intersectionY); in intersection()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h1417 int32_t *intersectionX, int32_t *intersectionY, int32_t *intersectionZ);
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp8312 int32_t *intersectionX, int32_t *intersectionY, int32_t *intersectionZ) in lintersect() argument
8354 *intersectionY = originY + mulscale24(ray.y, t); in lintersect()
8390 *intersectionY = originY + mulscale24(ray.y, t); in lintersect()