Home
last modified time | relevance | path

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

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DRangeChart.cs809 secondPoint.index - 1, in Draw3DSurface()
821 secondPoint = tempPoint; in Draw3DSurface()
846secondPoint = ChartGraphics.FindPointByIndex(points, secondPoint.index - 1, (this.multiSeries) ? s… in Draw3DSurface()
899 DataPoint3D secondPoint, in Draw3DSurface() argument
966 ref secondPoint, in Draw3DSurface()
999 (float)secondPoint.xPosition, (float)secondPoint.yPosition, in Draw3DSurface()
1159 secondPoint.xPosition = Math.Round(secondPoint.xPosition, 5); in Draw3DSurface()
1160 secondPoint.yPosition = Math.Round(secondPoint.yPosition, 5); in Draw3DSurface()
1169 ref secondPoint, in Draw3DSurface()
1198 ref secondPoint, in Draw3DSurface()
[all …]
H A DAreaChart.cs704 secondPoint.index - 1, in Draw3DSurface()
716 firstPoint = secondPoint; in Draw3DSurface()
717 secondPoint = tempPoint; in Draw3DSurface()
741 firstPoint = secondPoint; in Draw3DSurface()
742secondPoint = ChartGraphics.FindPointByIndex(points, secondPoint.index - 1, (this.multiSeries) ? s… in Draw3DSurface()
907 DataPoint3D secondPoint, in Draw3DSurface() argument
1014 secondPoint, in Draw3DSurface()
1030 ref secondPoint, in Draw3DSurface()
1061 ref secondPoint, in Draw3DSurface()
1090 ref secondPoint, in Draw3DSurface()
[all …]
H A DLineChart.cs1057 PointF secondPoint) in DrawLine() argument
1514 secondPoint.index - 1, in Draw3DSurface()
1555 secondPoint, in Draw3DSurface()
1681 secondPoint.xPosition = Math.Round(secondPoint.xPosition, decimals); in ClipTopPoints()
1682 secondPoint.yPosition = Math.Round(secondPoint.yPosition, decimals); in ClipTopPoints()
1714 secondPoint.yPosition; in ClipTopPoints()
1727 secondPoint.yPosition = ((double)plotAreaPositionX - secondPoint.xPosition) / in ClipTopPoints()
1803 secondPoint.xPosition; in ClipTopPoints()
2049 secondPoint.xPosition = Math.Round(secondPoint.xPosition, decimals); in ClipBottomPoints()
2050 secondPoint.yPosition = Math.Round(secondPoint.yPosition, decimals); in ClipBottomPoints()
[all …]
H A DStackedAreaChart.cs574 secondPoint = graph.GetAbsolutePoint(secondPoint); in ProcessChartType()
579 secondPoint.X = (float)Math.Round(secondPoint.X); in ProcessChartType()
586 path.AddLine(secondPoint.X, secondPoint.Y, secondPoint.X, prevYValue2); in ProcessChartType()
759 firstPoint = secondPoint; in ProcessChartType()
881 secondPoint = graph.GetAbsolutePoint(secondPoint); in ProcessChartType()
888 secondPoint.X = (float)Math.Round(secondPoint.X); in ProcessChartType()
895 firstPoint = secondPoint; in ProcessChartType()
987 secondPoint = graph.GetAbsolutePoint(secondPoint); in ProcessChartType()
1208 DataPoint3D secondPoint, in GetTopSurfaceVisibility() argument
1340 …yValue = GetYValue(area.Common, area, secondPoint.dataPoint.series, secondPoint.dataPoint, secondP… in GetBottomPointsPosition()
[all …]
H A DKagiChart.cs728 secondPoint.index - 1, in Draw3DSurface()
729 (this.multiSeries) ? secondPoint : null, in Draw3DSurface()
733 DataPoint3D pointAttr = secondPoint; in Draw3DSurface()
738 else if(firstPoint.index > secondPoint.index) in Draw3DSurface()
786 middlePoint.xPosition = secondPoint.xPosition; in Draw3DSurface()
824 secondPoint.index - 2, in Draw3DSurface()
825 (this.multiSeries) ? secondPoint : null, in Draw3DSurface()
830 firstPoint.yPosition > secondPoint.yPosition && in Draw3DSurface()
831 prevPoint.yPosition > secondPoint.yPosition) in Draw3DSurface()
837 prevPoint.yPosition < secondPoint.yPosition) in Draw3DSurface()
[all …]
H A DStepLineChart.cs262 DataPoint3D secondPoint = (DataPoint3D)points[pointIndex]; in Draw3DSurface()
266 secondPoint.index - 1, in Draw3DSurface()
267 (this.multiSeries) ? secondPoint : null, in Draw3DSurface()
271 DataPoint3D pointAttr = secondPoint; in Draw3DSurface()
276 else if(firstPoint.index > secondPoint.index) in Draw3DSurface()
297 middlePoint.xPosition = secondPoint.xPosition; in Draw3DSurface()
325 middlePoint.dataPoint = secondPoint.dataPoint; in Draw3DSurface()
343 middlePoint, secondPoint, in Draw3DSurface()
359 middlePoint, secondPoint, in Draw3DSurface()
369 middlePoint.dataPoint = secondPoint.dataPoint; in Draw3DSurface()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/operation/flipping/
H A Dvabstractflipping.h47 … const QPointF &secondPoint, const QString &suffix, VContainer *data);
51 … const QPointF &secondPoint, const QString &suffix, VContainer *data);
54 … const QPointF &secondPoint, const QString &suffix, VContainer *data);
57 … const QPointF &secondPoint, const QString &suffix, VContainer *data);
63 const QPointF &secondPoint, const QString &suffix, VContainer *data,
88 Item rotated = i->Flip(QLineF(firstPoint, secondPoint), suffix); in CreateItem()
116 …const DestinationItem item = CreateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data… in CreateCurve()
127 …const DestinationItem item = CreateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data… in CreateCurveWithSegments()
138 Item rotated = i->Flip(QLineF(firstPoint, secondPoint), suffix); in UpdateItem()
164 UpdateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data, id); in UpdateCurve()
[all …]
H A Dvabstractflipping.cpp164 … const QPointF &secondPoint, const QString &suffix, VContainer *data) in CreatePoint() argument
167 VPointF rotated = point->Flip(QLineF(firstPoint, secondPoint), suffix); in CreatePoint()
186 … const QPointF &secondPoint, const QString &suffix, VContainer *data) in CreateArc() argument
188 …const DestinationItem item = CreateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data… in CreateArc()
195 … const QPointF &secondPoint, const QString &suffix, VContainer *data, in UpdatePoint() argument
199 VPointF rotated = point->Flip(QLineF(firstPoint, secondPoint), suffix); in UpdatePoint()
216 … const QPointF &secondPoint, const QString &suffix, VContainer *data, quint32 id) in UpdateArc() argument
218 UpdateItem<Item>(idTool, sItem, firstPoint, secondPoint, suffix, data, id); in UpdateArc()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/tooldoublepoint/
H A Dvtooldoublepoint.cpp62 secondPoint(nullptr), in VToolDoublePoint()
77 secondPoint->setParentItem(this); in VToolDoublePoint()
78 secondPoint->setToolTip(ComplexToolTip(p2id)); in VToolDoublePoint()
120 secondPoint->setVisible(visible); in GroupVisibility()
158 secondPoint->RefreshPointGeometry(*point); in SetLabelVisible()
184 secondPoint->SetEnabled(enabled); in Disable()
191 secondPoint->EnableToolMove(move); in EnableToolMove()
262 secondPoint->setAcceptHoverEvents(enabled); in AllowHover()
276 secondPoint->AllowLabelHover(enabled); in AllowLabelHover()
283 secondPoint->AllowLabelSelecting(enabled); in AllowLabelSelecting()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp489 secondPoint.set(0, 0); in endPointsFromAngle()
526 firstPoint.set(size.width() - secondPoint.x(), size.height() - secondPoint.y()); in endPointsFromAngle()
536 FloatPoint secondPoint; in createGradient() local
786 float xDist = min(secondPoint.x(), size.width() - secondPoint.x()); in createGradient()
787 float yDist = min(secondPoint.y(), size.height() - secondPoint.y()); in createGradient()
798 float xDist = max(secondPoint.x(), size.width() - secondPoint.x()); in createGradient()
799 float yDist = max(secondPoint.y(), size.height() - secondPoint.y()); in createGradient()
817 float xDist = min(secondPoint.x(), size.width() - secondPoint.x()); in createGradient()
818 float yDist = min(secondPoint.y(), size.height() - secondPoint.y()); in createGradient()
834 float xDist = max(secondPoint.x(), size.width() - secondPoint.x()); in createGradient()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/interaction/
H A DRubberBox.java69 public Vector3d secondPoint; field in RubberBox.AxesZoom
74 secondPoint = new Vector3d(0.0, 0.0, 0.0); in AxesZoom()
189 if (axesZoom.secondPoint != null) { in draw()
396 axesZoom.secondPoint = axesZoom.firstPoint; in setPointA()
416 axesZoom.secondPoint = pointComputer.getSecondPosition(); in setPointB()
437 axesZoom.secondPoint = pointComputer.getSecondPosition(); in setPointC()
459 axesZoom.secondPoint = pointComputer.getSecondPosition(); in setPointD()
520 …float) axesZoom.firstPoint.getX(), (float) axesZoom.secondPoint.getY(), (float) axesZoom.secondPoi… in getCubeGeometry()
523 …(float) axesZoom.secondPoint.getX(), (float) axesZoom.firstPoint.getY(), (float) axesZoom.secondPo… in getCubeGeometry()
524 …(float) axesZoom.secondPoint.getX(), (float) axesZoom.secondPoint.getY(), (float) axesZoom.secondP… in getCubeGeometry()
[all …]
H A DZoomRubberBox.java90 …axesZoom.firstPoint.getX(), axesZoom.secondPoint.getX()), Math.max(axesZoom.firstPoint.getX(), axe… in process()
91 …axesZoom.firstPoint.getY(), axesZoom.secondPoint.getY()), Math.max(axesZoom.firstPoint.getY(), axe… in process()
92 …axesZoom.firstPoint.getZ(), axesZoom.secondPoint.getZ()), Math.max(axesZoom.firstPoint.getZ(), axe… in process()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/ruler/
H A DDefaultRulerModel.java49 private Vector3d secondPoint = DEFAULT_SECOND_POINT; field in DefaultRulerModel
182 return secondPoint; in getSecondPoint()
189 public void setSecondPoint(Vector3d secondPoint) { in setSecondPoint() argument
190 this.secondPoint = secondPoint; in setSecondPoint()
198 public void setPoints(Vector3d firstPoint, Vector3d secondPoint) { in setPoints() argument
200 this.secondPoint = secondPoint; in setPoints()
268 if ((firstPoint != null) && (secondPoint != null)) { in getPosition()
276 return firstPoint.times(k2).plus(secondPoint.times(k1)); in getPosition()
279 …return firstPoint.times((secondValue - value) / s).plus(secondPoint.times((value - firstValue) / s… in getPosition()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/visualization/line/operation/
H A Dvistoolflippingbyline.cpp52 QPointF secondPoint; in RefreshGeometry() local
61 secondPoint = Visualization::scenePos; in RefreshGeometry()
65secondPoint = static_cast<QPointF>(*Visualization::data->GeometricObject<VPointF>(object2Id)); in RefreshGeometry()
66 DrawPoint(point2, secondPoint, supportColor2); in RefreshGeometry()
69 DrawLine(this, QLineF(firstPoint, secondPoint), supportColor2, Qt::DashLine); in RefreshGeometry()
72 RefreshFlippedObjects(firstPoint, secondPoint); in RefreshGeometry()
H A Dvisoperation.cpp103 void VisOperation::RefreshFlippedObjects(const QPointF &firstPoint, const QPointF &secondPoint) in RefreshFlippedObjects() argument
129 … DrawPoint(point, static_cast<QPointF>(p->Flip(QLineF(firstPoint, secondPoint))), supportColor); in RefreshFlippedObjects()
135 iCurve = AddFlippedCurve<VArc>(firstPoint, secondPoint, id, iCurve); in RefreshFlippedObjects()
140 iCurve = AddFlippedCurve<VEllipticalArc>(firstPoint, secondPoint, id, iCurve); in RefreshFlippedObjects()
145 iCurve = AddFlippedCurve<VSpline>(firstPoint, secondPoint, id, iCurve); in RefreshFlippedObjects()
150 iCurve = AddFlippedCurve<VSplinePath>(firstPoint, secondPoint, id, iCurve); in RefreshFlippedObjects()
155 iCurve = AddFlippedCurve<VCubicBezier>(firstPoint, secondPoint, id, iCurve); in RefreshFlippedObjects()
160 iCurve = AddFlippedCurve<VCubicBezierPath>(firstPoint, secondPoint, id, iCurve); in RefreshFlippedObjects()
H A Dvistoolflippingbyaxis.cpp50 QPointF secondPoint; in RefreshGeometry() local
59 secondPoint = QPointF(firstPoint.x(), firstPoint.y() + 100); in RefreshGeometry()
63 secondPoint = QPointF(firstPoint.x() + 100, firstPoint.y()); in RefreshGeometry()
66 DrawLine(this, Axis(firstPoint, secondPoint), supportColor2, Qt::DashLine); in RefreshGeometry()
69 RefreshFlippedObjects(firstPoint, secondPoint); in RefreshGeometry()
H A Dvisoperation.h62 int AddFlippedCurve(const QPointF &firstPoint, const QPointF &secondPoint, quint32 id, int i);
64 void RefreshFlippedObjects(const QPointF &firstPoint, const QPointF &secondPoint);
71 int VisOperation::AddFlippedCurve(const QPointF &firstPoint, const QPointF &secondPoint, quint32 id… in AddFlippedCurve() argument
83 const Item flipped = curve->Flip(QLineF(firstPoint, secondPoint)); in AddFlippedCurve()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_text.cpp51 ,secondPoint(_secondPoint) in RS_TextData()
68 <<td.secondPoint<<',' in operator <<()
396 data.secondPoint.scale(RS_Vector(0.0,0.0), in update()
412 data.secondPoint.move(data.insertionPoint); in update()
440 data.secondPoint.move(offset); in move()
450 data.secondPoint.rotate(center, angleVector); in rotate()
457 data.secondPoint.rotate(center, angleVector); in rotate()
466 data.secondPoint.scale(center, factor); in scale()
493 data.secondPoint = tmp; in mirror()
500 data.secondPoint.move(minP - getMin()); in mirror()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics3D.cs415 Point3D secondPoint, in Draw3DLine() argument
1195 DataPoint3D secondPoint, in Draw3DPolygon() argument
1383 DataPoint3D secondPoint, in GetSplineFlattenPath() argument
1539 DataPoint3D secondPoint, in Draw3DSplineSurface() argument
1566 secondPoint, in Draw3DSplineSurface()
1742 DataPoint3D secondPoint, in Draw3DSurface() argument
1770 secondPoint, in Draw3DSurface()
1860 secondPoint.yPosition = ((double)plotAreaPositionX - secondPoint.xPosition) / in Draw3DSurface()
2243 secondPoint, in Draw3DSurface()
2257 secondPoint, in Draw3DSurface()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/
H A Dvtoolline.cpp67 secondPoint(initData.secondPoint), in VToolLine()
92 dialogTool->SetSecondPoint(secondPoint); in setDialog()
115 initData.secondPoint = dialogTool->GetSecondPoint(); in Create()
146 initData.data->AddLine(initData.firstPoint, initData.secondPoint); in Create()
151 initData.data->AddLine(initData.firstPoint, initData.secondPoint); in Create()
205 return VAbstractTool::data.GetGObject(secondPoint)->name(); in SecondPointName()
327 const auto p2 = VAbstractTool::data.GetGObject(secondPoint); in RemoveReferens()
388 AddDependence(oldDependencies, secondPoint); in SaveDialog()
407 doc->SetAttribute(tag, AttrSecondPoint, secondPoint); in SaveOptions()
418 secondPoint = doc->GetParametrUInt(domElement, AttrSecondPoint, NULL_ID_STR); in ReadToolAttributes()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/tools/drawTools/toolpoint/toolsinglepoint/toollinepoint/
H A Dvtoolalongline.cpp81 const auto secondPoint = VAbstractTool::data.GetGObject(secondPointId); in RemoveReferens() local
82 doc->DecrementReferens(secondPoint->getIdTool()); in RemoveReferens()
156 …const QSharedPointer<VPointF> secondPoint = VAbstractTool::data.GeometricObject<VPointF>(secondPoi… in MakeToolTip() local
160 const QLineF curToSecond(static_cast<QPointF>(*current), static_cast<QPointF>(*secondPoint)); in MakeToolTip()
174 QStringLiteral("%1->%2").arg(current->name(), secondPoint->name())) in MakeToolTip()
264 …const QSharedPointer<VPointF> secondPoint = initData.data->GeometricObject<VPointF>(initData.secon… in Create() local
265 QLineF line = QLineF(static_cast<QPointF>(*firstPoint), static_cast<QPointF>(*secondPoint)); in Create()
268 …VLengthLine *length = new VLengthLine(firstPoint.data(), initData.firstPointId, secondPoint.data(), in Create()
305 initData.doc->IncrementReferens(secondPoint->getIdTool()); in Create()
H A Dvtoolbisector.cpp74 qreal VToolBisector::BisectorAngle(const QPointF &firstPoint, const QPointF &secondPoint, const QPo… in BisectorAngle() argument
76 QLineF line1(secondPoint, firstPoint); in BisectorAngle()
77 QLineF line2(secondPoint, thirdPoint); in BisectorAngle()
99 QPointF VToolBisector::FindPoint(const QPointF &firstPoint, const QPointF &secondPoint, in FindPoint() argument
102 QLineF line1(secondPoint, firstPoint); in FindPoint()
103 line1.setAngle(BisectorAngle(firstPoint, secondPoint, thirdPoint)); in FindPoint()
174 …const QSharedPointer<VPointF> secondPoint = initData.data->GeometricObject<VPointF>(initData.secon… in Create() local
179 …t = VToolBisector::FindPoint(static_cast<QPointF>(*firstPoint), static_cast<QPointF>(*secondPoint), in Create()
209 initData.doc->IncrementReferens(secondPoint->getIdTool()); in Create()
/dports/devel/etcd31/etcd-3.1.20/pkg/report/
H A Dtimeseries.go40 type secondPoint struct { struct
47 tm map[int64]secondPoint
51 return &secondPoints{tm: make(map[int64]secondPoint)}
60 sp.tm[tk] = secondPoint{totalLatency: lat, count: 1}
86 sp.tm[ti] = secondPoint{totalLatency: 0, count: 0}
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Danchorindicatorgraphicsitem.cpp192 static void updateAnchorLinePoints(QPointF *firstPoint, QPointF *secondPoint, const AnchorLine &anc… in updateAnchorLinePoints() argument
199 *secondPoint = boundingRectangle.topRight(); in updateAnchorLinePoints()
203 *secondPoint = boundingRectangle.bottomRight(); in updateAnchorLinePoints()
207 *secondPoint = boundingRectangle.bottomLeft(); in updateAnchorLinePoints()
211 *secondPoint = boundingRectangle.bottomRight(); in updateAnchorLinePoints()
218 *secondPoint = anchorLine.qmlItemNode().instanceSceneTransform().map(*secondPoint); in updateAnchorLinePoints()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DRulerHandler.cpp28 Point secondPoint = snappingHandler.snap(currentPoint, firstPoint, altDown); in drawShape() local
29 stroke->setLastPoint(secondPoint.x, secondPoint.y); in drawShape()

123456