Home
last modified time | relevance | path

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

12

/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/uPlot/config/
H A DUPlotAxisBuilder.ts43 …calculateSpace(self: uPlot, axisIdx: number, scaleMin: number, scaleMax: number, plotDim: number):…
44 const axis = self.axes[axisIdx]; constant
57 const sample = formatTime(self, [scaleMin], axisIdx, defaultSpacing, increment);
66 calculateAxisSize(self: uPlot, values: string[], axisIdx: number) {
67 const axis = self.axes[axisIdx]; constant
124 ((self, values, axisIdx) => {
125 return this.calculateAxisSize(self, values, axisIdx);
150 ((self, axisIdx, scaleMin, scaleMax, plotDim) => {
151 return this.calculateSpace(self, axisIdx, scaleMin, scaleMax, plotDim);
188 function formatTime(self: uPlot, splits: number[], axisIdx: number, foundSpace: number, foundIncr: …
[all …]
/dports/science/teem/teem-1.11.0-src/src/bane/
H A DmethodsBane.c74 baneHVolParmAxisSet(baneHVolParm *hvp, unsigned int axisIdx, in baneHVolParmAxisSet() argument
77 if (hvp && axisIdx <= 2) { in baneHVolParmAxisSet()
78 _baneAxisEmpty(hvp->axis + axisIdx); in baneHVolParmAxisSet()
79 hvp->axis[axisIdx].res = res; in baneHVolParmAxisSet()
80 hvp->axis[axisIdx].measr = baneMeasrCopy(measr); in baneHVolParmAxisSet()
81 hvp->axis[axisIdx].inc = baneIncCopy(inc); in baneHVolParmAxisSet()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NrrdIO/src/NrrdIO/
H A Daxis.c921 nrrdDomainAxesGet(const Nrrd *nrrd, unsigned int axisIdx[NRRD_DIM_MAX]) { in nrrdDomainAxesGet()
924 if (!( nrrd && axisIdx )) { in nrrdDomainAxesGet()
931 axisIdx[domAxi++] = axi; in nrrdDomainAxesGet()
954 nrrdSpatialAxesGet(const Nrrd *nrrd, unsigned int axisIdx[NRRD_DIM_MAX]) { in nrrdSpatialAxesGet()
957 if (!( nrrd && axisIdx && nrrd->spaceDim)) { in nrrdSpatialAxesGet()
963 axisIdx[spcAxi++] = axi; in nrrdSpatialAxesGet()
982 nrrdRangeAxesGet(const Nrrd *nrrd, unsigned int axisIdx[NRRD_DIM_MAX]) { in nrrdRangeAxesGet()
985 if (!( nrrd && axisIdx )) { in nrrdRangeAxesGet()
996 axisIdx[rngAxi++] = axi; in nrrdRangeAxesGet()
1006 if (!( nrrd && axisIdx )) { in nrrdNonSpatialAxesGet()
[all …]
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkParallelopipedRepresentation.cxx906 int axisIdx = this->LastResizeAxisIdx; // To be found out .. in ComputeInteractionState() local
935 axisIdx = i; in ComputeInteractionState()
968 << neighborWorldPos[axisIdx][1] << "," << neighborWorldPos[axisIdx][2] in ComputeInteractionState()
987 if (i != axisIdx) in ComputeInteractionState()
1005 t * neighborWorldPos[axisIdx][1] - t * handleWorldPos[1], in ComputeInteractionState()
1006 t * neighborWorldPos[axisIdx][2] - t * handleWorldPos[2] }; in ComputeInteractionState()
1019 neighborWorldPos[axisIdx], newHandleWorldPos)) in ComputeInteractionState()
1031 handleTranslation[0] = t * neighborWorldPos[axisIdx][0] - t * handleWorldPos[0]; in ComputeInteractionState()
1032 handleTranslation[1] = t * neighborWorldPos[axisIdx][1] - t * handleWorldPos[1]; in ComputeInteractionState()
1033 handleTranslation[2] = t * neighborWorldPos[axisIdx][2] - t * handleWorldPos[2]; in ComputeInteractionState()
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkParallelopipedRepresentation.cxx917 int axisIdx = this->LastResizeAxisIdx; // To be found out .. in ComputeInteractionState() local
949 axisIdx = i; in ComputeInteractionState()
987 << " itself and Pt2) is at: (" << neighborWorldPos[axisIdx][0] in ComputeInteractionState()
988 << "," << neighborWorldPos[axisIdx][1] << "," << neighborWorldPos[axisIdx][2] in ComputeInteractionState()
1008 if (i != axisIdx) in ComputeInteractionState()
1026 { t * neighborWorldPos[axisIdx][0] - t * handleWorldPos[0], in ComputeInteractionState()
1027 t * neighborWorldPos[axisIdx][1] - t * handleWorldPos[1], in ComputeInteractionState()
1028 t * neighborWorldPos[axisIdx][2] - t * handleWorldPos[2] }; in ComputeInteractionState()
1036 neighborWorldPos[axisIdx], newHandleWorldPos)) < ( in ComputeInteractionState()
1052 neighborWorldPos[axisIdx], handleWorldPos)); in ComputeInteractionState()
[all …]
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkParallelopipedRepresentation.cxx917 int axisIdx = this->LastResizeAxisIdx; // To be found out .. in ComputeInteractionState() local
949 axisIdx = i; in ComputeInteractionState()
987 << " itself and Pt2) is at: (" << neighborWorldPos[axisIdx][0] in ComputeInteractionState()
988 << "," << neighborWorldPos[axisIdx][1] << "," << neighborWorldPos[axisIdx][2] in ComputeInteractionState()
1008 if (i != axisIdx) in ComputeInteractionState()
1026 { t * neighborWorldPos[axisIdx][0] - t * handleWorldPos[0], in ComputeInteractionState()
1027 t * neighborWorldPos[axisIdx][1] - t * handleWorldPos[1], in ComputeInteractionState()
1028 t * neighborWorldPos[axisIdx][2] - t * handleWorldPos[2] }; in ComputeInteractionState()
1036 neighborWorldPos[axisIdx], newHandleWorldPos)) < ( in ComputeInteractionState()
1052 neighborWorldPos[axisIdx], handleWorldPos)); in ComputeInteractionState()
[all …]
/dports/science/teem/teem-1.11.0-src/src/nrrd/
H A Daxis.c1052 nrrdDomainAxesGet(const Nrrd *nrrd, unsigned int axisIdx[NRRD_DIM_MAX]) { in nrrdDomainAxesGet()
1055 if (!( nrrd && axisIdx )) { in nrrdDomainAxesGet()
1062 axisIdx[domAxi++] = axi; in nrrdDomainAxesGet()
1085 nrrdSpatialAxesGet(const Nrrd *nrrd, unsigned int axisIdx[NRRD_DIM_MAX]) { in nrrdSpatialAxesGet()
1088 if (!( nrrd && axisIdx && nrrd->spaceDim)) { in nrrdSpatialAxesGet()
1094 axisIdx[spcAxi++] = axi; in nrrdSpatialAxesGet()
1113 nrrdRangeAxesGet(const Nrrd *nrrd, unsigned int axisIdx[NRRD_DIM_MAX]) { in nrrdRangeAxesGet()
1116 if (!( nrrd && axisIdx )) { in nrrdRangeAxesGet()
1127 axisIdx[rngAxi++] = axi; in nrrdRangeAxesGet()
1137 if (!( nrrd && axisIdx )) { in nrrdNonSpatialAxesGet()
[all …]
H A Dreorder.c498 unsigned int axisIdx; in nrrdFlip() local
549 for (axisIdx=0; axisIdx<NRRD_SPACE_DIM_MAX; axisIdx++) { in nrrdFlip()
550 nout->axis[axis].spaceDirection[axisIdx] = in nrrdFlip()
551 -nin->axis[axis].spaceDirection[axisIdx]; in nrrdFlip()
H A Dnrrd.h835 unsigned int axisIdx[NRRD_DIM_MAX]);
837 unsigned int axisIdx[NRRD_DIM_MAX]);
840 axisIdx[NRRD_DIM_MAX]);
843 axisIdx[NRRD_DIM_MAX]);
860 unsigned int *axisIdx,
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DPolarPlot.java1645 for (int axisIdx = 0; axisIdx < getAxisCount(); axisIdx++) { in zoom()
1646 final ValueAxis axis = getAxis(axisIdx); in zoom()
1700 int axisIdx = getAxisIndex(axis); in getDataRange() local
1703 if (axisIdx >= 0) { in getDataRange()
1704 mappedDatasets = getDatasetsMappedToAxis(new Integer(axisIdx)); in getDataRange()
2056 for (int axisIdx = 0; axisIdx < getAxisCount(); axisIdx++) { in zoomRangeAxes()
2057 final ValueAxis axis = getAxis(axisIdx); in zoomRangeAxes()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/
H A DgfxVROpenVR.cpp689 uint32_t axisIdx = 0; in HandleInput() local
723 axisIdx = (axisIdx == 0) ? 2 : 0; in HandleInput()
727 HandleAxisMove(i, axisIdx, state.rAxis[j].x); in HandleInput()
728 ++axisIdx; in HandleInput()
729 HandleAxisMove(i, axisIdx, state.rAxis[j].y * yAxisInvert); in HandleInput()
730 ++axisIdx; in HandleInput()
739 axisIdx = (axisIdx == 4) ? 2 : 4; in HandleInput()
760 MOZ_ASSERT(axisIdx == controller->GetControllerInfo().GetNumAxes()); in HandleInput()
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/
H A Dcurve_assign_shapekey.py244 def getBBDiff(self, axisIdx, worldSpace): argument
247 diff = abs(bbox[1][axisIdx] - bbox[0][axisIdx])
648 axisIdx = ord(criterion[3:]) - ord('X')
651 str(minmax) + '][' + str(axisIdx) + ']')
676 axisIdx = criteria[0][1]
677 val1 = pt1[axisIdx]
678 val2 = pt2[axisIdx]
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/
H A DOculusSession.cpp1397 uint32_t axisIdx = 0; in UpdateControllerInputs() local
1399 axisIdx += 2; in UpdateControllerInputs()
1406 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1407 axisIdx++; in UpdateControllerInputs()
1414 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1415 axisIdx++; in UpdateControllerInputs()
1417 MOZ_ASSERT(axisIdx == kNumOculusAxes); in UpdateControllerInputs()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/
H A DOculusSession.cpp1390 uint32_t axisIdx = 0; in UpdateControllerInputs() local
1392 axisIdx += 2; in UpdateControllerInputs()
1399 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1400 axisIdx++; in UpdateControllerInputs()
1407 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1408 axisIdx++; in UpdateControllerInputs()
1410 MOZ_ASSERT(axisIdx == kNumOculusAxes); in UpdateControllerInputs()
/dports/www/firefox/firefox-99.0/gfx/vr/service/
H A DOculusSession.cpp1395 uint32_t axisIdx = 0; in UpdateControllerInputs() local
1397 axisIdx += 2; in UpdateControllerInputs()
1404 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1405 axisIdx++; in UpdateControllerInputs()
1412 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1413 axisIdx++; in UpdateControllerInputs()
1415 MOZ_ASSERT(axisIdx == kNumOculusAxes); in UpdateControllerInputs()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/service/
H A DOculusSession.cpp1397 uint32_t axisIdx = 0; in UpdateControllerInputs() local
1399 axisIdx += 2; in UpdateControllerInputs()
1406 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1407 axisIdx++; in UpdateControllerInputs()
1414 controllerState.axisValue[axisIdx] = axisValue; in UpdateControllerInputs()
1415 axisIdx++; in UpdateControllerInputs()
1417 MOZ_ASSERT(axisIdx == kNumOculusAxes); in UpdateControllerInputs()
/dports/science/teem/teem-1.11.0-src/src/matlab/
H A DnrrdLoadOrientation.c39 unsigned int domainAxisNum, domainAxisIdx[NRRD_DIM_MAX], axisIdx, in mexFunction() local
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/histogram/
H A DHistogram.tsx59 let xSplits: uPlot.Axis.Splits = (u, axisIdx, scaleMin, scaleMax, foundIncr, foundSpace) => {
61 let minSpace = u.axes[axisIdx]._space;
/dports/www/firefox-esr/firefox-91.8.0/dom/webidl/
H A DVRServiceTest.webidl58 void setAxisValue(unsigned long axisIdx, double value);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webidl/
H A DVRServiceTest.webidl58 void setAxisValue(unsigned long axisIdx, double value);
/dports/www/firefox/firefox-99.0/dom/webidl/
H A DVRServiceTest.webidl58 void setAxisValue(unsigned long axisIdx, double value);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webidl/
H A DVRServiceTest.webidl58 void setAxisValue(unsigned long axisIdx, double value);
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/varLib/
H A Dmutator.py270 axisIdx = condition.AxisIndex
271 axisTag = fvar.axes[axisIdx].axisTag
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/varLib/
H A Dmutator.py268 axisIdx = condition.AxisIndex
269 axisTag = fvar.axes[axisIdx].axisTag
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/varLib/instancer/
H A D__init__.py771 axisIdx = condition.AxisIndex
772 axisTag = fvarAxes[axisIdx].axisTag
808 axisIdx = condition.AxisIndex
809 axisTag = fvarAxes[axisIdx].axisTag

12