Home
last modified time | relevance | path

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

/dports/graphics/gle/gle-3.1.0/src/
H A Dextrude.c333 startTheta *= M_PI / 180.0; in gleSpiral()
334 startTheta -= deltaAngle; in gleSpiral()
337 cprev = cos ((double) startTheta); in gleSpiral()
338 sprev = sin ((double) startTheta); in gleSpiral()
552 startTheta, sweepTheta); in gleLathe()
572 startTheta, sweepTheta); in gleLathe()
593 gleDouble startTheta,
644 startTheta, in super_helix()
654 startTheta, in super_helix()
687 startTheta, /* start angle, in degrees */ in gleHelicoid()
[all …]
H A Dgle.h227 gleDouble startTheta, /* start angle in x-y plane */
241 gleDouble startTheta, /* start angle in x-y plane */
252 gleDouble startTheta, /* start angle in x-y plane */
263 gleDouble startTheta, /* start angle in x-y plane */
/dports/graphics/gle/gle-3.1.0/examples/
H A Dtransport.c130 double startTheta; /* start angle in x-y plane */ member
179 arrow->startTheta, /* start angle */ in draw_arrow()
198 arrow->startTheta, /* start angle */ in draw_arrow()
227 arrow->startTheta, /* start angle */ in draw_arrow()
246 arrow->startTheta, /* start angle */ in draw_arrow()
280 arrow -> startTheta = 0.0; in init_arrow()
H A Dcandlestick.c131 double startTheta; /* start angle in x-y plane */ member
181 candle->startTheta, /* start angle */ in draw_candle()
207 candle->startTheta, /* start angle */ in draw_candle()
245 candle -> startTheta = 0.0; in init_candle()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkPSphereSource.cxx48 float startTheta, endTheta, startPhi, endPhi; in RequestData() local
128 startTheta = (localStartTheta < localEndTheta ? localStartTheta in RequestData()
130 startTheta *= vtkMath::Pi() / 180.0; in RequestData()
147 deltaTheta = (endTheta - startTheta) / thetaResolution; in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkPSphereSource.cxx46 float startTheta, endTheta, startPhi, endPhi; in RequestData() local
125 startTheta = (localStartTheta < localEndTheta ? localStartTheta : localEndTheta); in RequestData()
126 startTheta *= vtkMath::Pi() / 180.0; in RequestData()
142 deltaTheta = (endTheta - startTheta) / thetaResolution; in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkPSphereSource.cxx48 float startTheta, endTheta, startPhi, endPhi; in RequestData() local
128 startTheta = (localStartTheta < localEndTheta ? localStartTheta in RequestData()
130 startTheta *= vtkMath::Pi() / 180.0; in RequestData()
147 deltaTheta = (endTheta - startTheta) / thetaResolution; in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkSphereSource.cxx76 double startTheta, endTheta, startPhi, endPhi; in RequestData() local
175 startTheta = (localStartTheta < localEndTheta ? localStartTheta : localEndTheta); in RequestData()
176 startTheta *= vtkMath::Pi() / 180.0; in RequestData()
192 deltaTheta = (endTheta - startTheta) / thetaResolution; in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkSphereSource.cxx76 double startTheta, endTheta, startPhi, endPhi; in RequestData() local
175 startTheta = (localStartTheta < localEndTheta ? localStartTheta : localEndTheta); in RequestData()
176 startTheta *= vtkMath::Pi() / 180.0; in RequestData()
192 deltaTheta = (endTheta - startTheta) / thetaResolution; in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkSphereSource.cxx76 double startTheta, endTheta, startPhi, endPhi; in RequestData() local
184 startTheta = (localStartTheta < localEndTheta ? localStartTheta : localEndTheta); in RequestData()
185 startTheta *= vtkMath::Pi() / 180.0; in RequestData()
201 deltaTheta = (endTheta - startTheta) / thetaResolution; in RequestData()
/dports/graphics/gle/gle-3.1.0/swig/
H A Dgle.i189 gleDouble startTheta, /* start angle in x-y plane */
204 gleDouble startTheta, /* start angle in x-y plane */
216 gleDouble startTheta, /* start angle in x-y plane */
228 gleDouble startTheta, /* start angle in x-y plane */
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGPathParser.cpp462 float startTheta = theta1 + i * thetaArc / segments; in decomposeArcToCubic() local
465 float t = (8 / 6.f) * tanf(0.25f * (endTheta - startTheta)); in decomposeArcToCubic()
468 float sinStartTheta = sinf(startTheta); in decomposeArcToCubic()
469 float cosStartTheta = cosf(startTheta); in decomposeArcToCubic()
/dports/math/vtk6/VTK-6.2.0/IO/ADIOS/Testing/Cxx/
H A DTestADIOSSphereWR.cxx160 double startTheta, endTheta, startPhi, endPhi; in ProcessRequest() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathBuilder.cpp525 SkScalar startTheta = theta1; in arcTo() local
535 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
557 startTheta = endTheta; in arcTo()
H A DSkPath.cpp1228 SkScalar startTheta = theta1; in arcTo() local
1238 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
1260 startTheta = endTheta; in arcTo()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSimplexOther.cpp2128 double startTheta=0.0; in parametrics() local
2149 startTheta = atof(pos); in parametrics()
2179 if (startTheta<0.0|| in parametrics()
2180 startTheta>endTheta|| in parametrics()
2638 returnCode = parametrics(startTheta,endTheta,intervalTheta, in parametrics()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1442 SkScalar startTheta = theta1; in arcTo() local
1453 SkScalar endTheta = startTheta + thetaWidth; in arcTo()
1476 startTheta = endTheta; in arcTo()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPath.cpp1396 SkScalar startTheta = theta1; in arcTo() local
1399 SkScalar endTheta = startTheta + thetaWidth; in arcTo()
1409 startTheta = endTheta; in arcTo()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1235 SkScalar startTheta = theta1; in arcTo() local
1245 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
1267 startTheta = endTheta; in arcTo()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPath.cpp1231 SkScalar startTheta = theta1; in arcTo() local
1241 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
1263 startTheta = endTheta; in arcTo()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1235 SkScalar startTheta = theta1; in arcTo() local
1245 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
1267 startTheta = endTheta; in arcTo()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1235 SkScalar startTheta = theta1; in arcTo() local
1245 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
1267 startTheta = endTheta; in arcTo()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1235 SkScalar startTheta = theta1; in arcTo() local
1245 SkScalar endTheta = startTheta + thetaWidth, in arcTo()
1267 startTheta = endTheta; in arcTo()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ObjectCommands.cxx2755 double startTheta, endTheta, startPhi, endPhi; in CalculationOfSphere() local
2797 startTheta = (localStartTheta < localEndTheta ? localStartTheta : localEndTheta); in CalculationOfSphere()
2798 startTheta *= M_PI / 180.0; in CalculationOfSphere()
2814 deltaTheta = (endTheta - startTheta) / thetaResolution; in CalculationOfSphere()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexOther.cpp2304 double startTheta = 0.0; in parametrics() local
2325 startTheta = atof(pos); in parametrics()
2355 if (startTheta < 0.0 || startTheta > endTheta || intervalTheta < 0.0) in parametrics()
2803 returnCode = parametrics(startTheta, endTheta, intervalTheta, in parametrics()