Home
last modified time | relevance | path

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

123456

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UWP/
H A DApp.cpp137 int pointerId = touchMap_.TouchId(args->CurrentPoint->PointerId);
140 float X = args->CurrentPoint->Position.X;
141 float Y = args->CurrentPoint->Position.Y;
142 int64_t timestamp = args->CurrentPoint->Timestamp;
157 float X = args->CurrentPoint->Position.X;
158 float Y = args->CurrentPoint->Position.Y;
159 int64_t timestamp = args->CurrentPoint->Timestamp;
170 float X = args->CurrentPoint->Position.X;
171 float Y = args->CurrentPoint->Position.Y;
172 int64_t timestamp = args->CurrentPoint->Timestamp;
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/UWP/
H A DApp.cpp137 int pointerId = touchMap_.TouchId(args->CurrentPoint->PointerId);
140 float X = args->CurrentPoint->Position.X;
141 float Y = args->CurrentPoint->Position.Y;
142 int64_t timestamp = args->CurrentPoint->Timestamp;
157 float X = args->CurrentPoint->Position.X;
158 float Y = args->CurrentPoint->Position.Y;
159 int64_t timestamp = args->CurrentPoint->Timestamp;
170 float X = args->CurrentPoint->Position.X;
171 float Y = args->CurrentPoint->Position.Y;
172 int64_t timestamp = args->CurrentPoint->Timestamp;
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UWP/
H A DApp.cpp137 int pointerId = touchMap_.TouchId(args->CurrentPoint->PointerId);
140 float X = args->CurrentPoint->Position.X;
141 float Y = args->CurrentPoint->Position.Y;
142 int64_t timestamp = args->CurrentPoint->Timestamp;
157 float X = args->CurrentPoint->Position.X;
158 float Y = args->CurrentPoint->Position.Y;
159 int64_t timestamp = args->CurrentPoint->Timestamp;
170 float X = args->CurrentPoint->Position.X;
171 float Y = args->CurrentPoint->Position.Y;
172 int64_t timestamp = args->CurrentPoint->Timestamp;
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/01_Geometry/src/ISession2D/
H A DISession2D_Curve.cpp57 gp_Pnt2d CurrentPoint = aBezier->Pole(i); in Compute() local
58 anArrayOfVertex->AddVertex(CurrentPoint.X(),CurrentPoint.Y(),0.); in Compute()
72 gp_Pnt2d CurrentPoint = aBSpline->Pole(i); in Compute() local
73 anArrayOfVertex->AddVertex(CurrentPoint.X(),CurrentPoint.Y(),0.); in Compute()
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DAdaptorCurve2d_AIS.cxx81 gp_Pnt2d CurrentPoint = aBezier->Pole(i); in Compute() local
82 anArrayOfVertex->AddVertex(CurrentPoint.X(), CurrentPoint.Y(), 0.); in Compute()
96 gp_Pnt2d CurrentPoint = aBSpline->Pole(i); in Compute() local
97 anArrayOfVertex->AddVertex(CurrentPoint.X(), CurrentPoint.Y(), 0.); in Compute()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkPiecewiseControlPointsItem.cxx150 this->PiecewiseFunction->GetNodeValue(this->CurrentPoint, xvms); in EditPoint()
153 this->PiecewiseFunction->SetNodeValue(this->CurrentPoint, xvms); in EditPoint()
154 if (this->CurrentPoint > 0) in EditPoint()
156 this->PiecewiseFunction->GetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
159 this->PiecewiseFunction->SetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
H A DvtkControlPointsItem.cxx56 this->CurrentPoint = -1; in vtkControlPointsItem()
551 if (this->CurrentPoint == index) in DrawPoint()
772 return this->CurrentPoint; in GetCurrentPoint()
982 if (this->CurrentPoint > pointId || in RemovePointId()
995 if (index == this->CurrentPoint) in SetCurrentPoint()
999 this->CurrentPoint = index; in SetCurrentPoint()
1080 && this->CurrentPoint != -1) in MouseDoubleClickEvent()
1135 else if (this->CurrentPoint != -1) in MouseMoveEvent()
1199 && this->CurrentPoint == -1) in MouseMoveEvent()
1490 if (this->CurrentPoint != -1) in Stroke()
[all …]
H A DvtkColorTransferControlPointsItem.cxx178 this->ColorTransferFunction->GetNodeValue(this->CurrentPoint, xrgbms); in EditPoint()
181 this->ColorTransferFunction->SetNodeValue(this->CurrentPoint, xrgbms); in EditPoint()
182 if (this->CurrentPoint > 0) in EditPoint()
184 this->ColorTransferFunction->GetNodeValue(this->CurrentPoint - 1, xrgbms); in EditPoint()
187 this->ColorTransferFunction->SetNodeValue(this->CurrentPoint - 1, xrgbms); in EditPoint()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkControlPointsItem.cxx57 this->CurrentPoint = -1; in vtkControlPointsItem()
584 if (this->CurrentPoint == index) in DrawPoint()
805 return this->CurrentPoint; in GetCurrentPoint()
1008 if (this->CurrentPoint > pointId || in RemovePointId()
1021 if (index == this->CurrentPoint) in SetCurrentPoint()
1025 this->CurrentPoint = index; in SetCurrentPoint()
1109 && this->CurrentPoint != -1) in MouseDoubleClickEvent()
1164 else if (this->CurrentPoint != -1) in MouseMoveEvent()
1228 && this->CurrentPoint == -1) in MouseMoveEvent()
1519 if (this->CurrentPoint != -1) in Stroke()
[all …]
H A DvtkPiecewiseControlPointsItem.cxx150 this->PiecewiseFunction->GetNodeValue(this->CurrentPoint, xvms); in EditPoint()
153 this->PiecewiseFunction->SetNodeValue(this->CurrentPoint, xvms); in EditPoint()
154 if (this->CurrentPoint > 0) in EditPoint()
156 this->PiecewiseFunction->GetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
159 this->PiecewiseFunction->SetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
H A DvtkColorTransferControlPointsItem.cxx178 this->ColorTransferFunction->GetNodeValue(this->CurrentPoint, xrgbms); in EditPoint()
181 this->ColorTransferFunction->SetNodeValue(this->CurrentPoint, xrgbms); in EditPoint()
182 if (this->CurrentPoint > 0) in EditPoint()
184 this->ColorTransferFunction->GetNodeValue(this->CurrentPoint - 1, xrgbms); in EditPoint()
187 this->ColorTransferFunction->SetNodeValue(this->CurrentPoint - 1, xrgbms); in EditPoint()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkControlPointsItem.cxx503 if (this->CurrentPoint == index) in DrawPoint()
716 return this->CurrentPoint; in GetCurrentPoint()
832 if (this->CurrentPoint >= addedPointId) in AddPointId()
876 if (this->CurrentPoint > pointId || this->CurrentPoint == this->GetNumberOfPoints() - 1) in RemovePointId()
888 if (index == this->CurrentPoint) in SetCurrentPoint()
892 this->CurrentPoint = index; in SetCurrentPoint()
1026 else if (this->CurrentPoint != -1) in MouseMoveEvent()
1375 if (this->CurrentPoint != -1) in Stroke()
1534 this->SelectPoint(this->CurrentPoint); in KeyPressEvent()
1536 this->SelectPoint(this->CurrentPoint); in KeyPressEvent()
[all …]
H A DvtkPiecewiseControlPointsItem.cxx147 this->PiecewiseFunction->GetNodeValue(this->CurrentPoint, xvms); in EditPoint()
150 this->PiecewiseFunction->SetNodeValue(this->CurrentPoint, xvms); in EditPoint()
151 if (this->CurrentPoint > 0) in EditPoint()
153 this->PiecewiseFunction->GetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
156 this->PiecewiseFunction->SetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
H A DvtkCompositeControlPointsItem.cxx241 this->OpacityFunction->GetNodeValue(this->CurrentPoint, xvms); in EditPoint()
244 this->OpacityFunction->SetNodeValue(this->CurrentPoint, xvms); in EditPoint()
246 if (this->CurrentPoint > 0) in EditPoint()
248 this->OpacityFunction->GetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
251 this->OpacityFunction->SetNodeValue(this->CurrentPoint - 1, xvms); in EditPoint()
303 if (this->CurrentPoint > removedPoint || this->CurrentPoint == this->GetNumberOfPoints() - 1) in RemovePoint()
305 this->SetCurrentPoint(this->CurrentPoint - 1); in RemovePoint()
H A DvtkColorTransferControlPointsItem.cxx170 this->ColorTransferFunction->GetNodeValue(this->CurrentPoint, xrgbms); in EditPoint()
173 this->ColorTransferFunction->SetNodeValue(this->CurrentPoint, xrgbms); in EditPoint()
174 if (this->CurrentPoint > 0) in EditPoint()
176 this->ColorTransferFunction->GetNodeValue(this->CurrentPoint - 1, xrgbms); in EditPoint()
179 this->ColorTransferFunction->SetNodeValue(this->CurrentPoint - 1, xrgbms); in EditPoint()
/dports/cad/opencascade/opencascade-7.6.0/src/GCPnts/
H A DGCPnts_TangentialDeflection.cxx508 gp_Pnt MiddlePoint, CurrentPoint, LastPoint; in PerformCurve() local
532 myPoints .Append (CurrentPoint); in PerformCurve()
670 CurrentPoint = LastPoint; in PerformCurve()
701 D0 (theC, U2, CurrentPoint); in PerformCurve()
739 D0 (theC, U2, CurrentPoint); in PerformCurve()
757 myPoints .Append (CurrentPoint); in PerformCurve()
758 aPrevPoint = CurrentPoint; in PerformCurve()
765 aPrevPoint = CurrentPoint; in PerformCurve()
778 D0 (theC, U2, CurrentPoint); in PerformCurve()
793 CurrentPoint = MiddlePoint; in PerformCurve()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/core/winrt/
H A DSDL_winrtapp_direct3d.cpp674 Windows::UI::Input::PointerPoint ^ pt = args->CurrentPoint;
690 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
693 WINRT_ProcessPointerPressedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
699 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
702 WINRT_ProcessPointerMovedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
711 WINRT_ProcessPointerReleasedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
717 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
720 WINRT_ProcessPointerEnteredEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
726 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
729 WINRT_ProcessPointerExitedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/core/winrt/
H A DSDL_winrtapp_direct3d.cpp674 Windows::UI::Input::PointerPoint ^ pt = args->CurrentPoint;
690 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
693 WINRT_ProcessPointerPressedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
699 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
702 WINRT_ProcessPointerMovedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
711 WINRT_ProcessPointerReleasedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
717 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
720 WINRT_ProcessPointerEnteredEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
726 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
729 WINRT_ProcessPointerExitedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/core/winrt/
H A DSDL_winrtapp_direct3d.cpp734 Windows::UI::Input::PointerPoint ^ pt = args->CurrentPoint;
748 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
751 WINRT_ProcessPointerPressedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
757 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
760 WINRT_ProcessPointerMovedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
769 WINRT_ProcessPointerReleasedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
775 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
778 WINRT_ProcessPointerEnteredEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
784 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
787 WINRT_ProcessPointerExitedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/core/winrt/
H A DSDL_winrtapp_direct3d.cpp734 Windows::UI::Input::PointerPoint ^ pt = args->CurrentPoint;
748 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
751 WINRT_ProcessPointerPressedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
757 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
760 WINRT_ProcessPointerMovedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
769 WINRT_ProcessPointerReleasedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
775 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
778 WINRT_ProcessPointerEnteredEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
784 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
787 WINRT_ProcessPointerExitedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/core/winrt/
H A DSDL_winrtapp_direct3d.cpp734 Windows::UI::Input::PointerPoint ^ pt = args->CurrentPoint;
748 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
751 WINRT_ProcessPointerPressedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
757 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
760 WINRT_ProcessPointerMovedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
769 WINRT_ProcessPointerReleasedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
775 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
778 WINRT_ProcessPointerEnteredEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
784 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
787 WINRT_ProcessPointerExitedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/core/winrt/
H A DSDL_winrtapp_direct3d.cpp734 Windows::UI::Input::PointerPoint ^ pt = args->CurrentPoint;
748 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
751 WINRT_ProcessPointerPressedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
757 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
760 WINRT_ProcessPointerMovedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
769 WINRT_ProcessPointerReleasedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
775 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
778 WINRT_ProcessPointerEnteredEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
784 …ed", args, WINRT_TransformCursorPosition(WINRT_GlobalSDLWindow, args->CurrentPoint->Position, Tran…
787 WINRT_ProcessPointerExitedEvent(WINRT_GlobalSDLWindow, args->CurrentPoint);
[all …]
/dports/games/retroarch/RetroArch-1.9.7/uwp/
H A Duwp_main.cpp486 if (args->CurrentPoint->PointerDevice->PointerDeviceType == PointerDeviceType::Mouse)
488 uwp_next_input.mouse_left = args->CurrentPoint->Properties->IsLeftButtonPressed;
490 uwp_next_input.mouse_right = args->CurrentPoint->Properties->IsRightButtonPressed;
491 uwp_next_input.mouse_button4 = args->CurrentPoint->Properties->IsXButton1Pressed;
492 uwp_next_input.mouse_button5 = args->CurrentPoint->Properties->IsXButton2Pressed;
497 if (args->CurrentPoint->Properties->IsHorizontalMouseWheel)
500 uwp_next_input.mouse_wheel_up += args->CurrentPoint->Properties->MouseWheelDelta;
505 int id = args->CurrentPoint->PointerId;
542 ConvertDipsToPixels(args->CurrentPoint->Position.X, dpi),
543 ConvertDipsToPixels(args->CurrentPoint->Position.Y, dpi),
[all …]
/dports/devel/raylib/raylib-3.7.0/projects/VS2017.UWP/raylib.App.UWP/
H A DApp.cpp396 auto props = args->CurrentPoint->Properties;
397 auto device = args->CurrentPoint->PointerDevice;
407 auto pos = args->CurrentPoint->Position;
408 UWPGestureTouch(args->CurrentPoint->PointerId, pos.X, pos.Y, true);
416 auto props = args->CurrentPoint->Properties;
417 auto device = args->CurrentPoint->PointerDevice;
427 auto pos = args->CurrentPoint->Position;
428 UWPGestureTouch(args->CurrentPoint->PointerId, pos.X, pos.Y, false);
436 UWPMouseWheelEvent(args->CurrentPoint->Properties->MouseWheelDelta);
442 auto pos = args->CurrentPoint->Position;
[all …]
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dmfoutline.cpp300 MFEDGEPT *CurrentPoint; in CharNormalizeOutline() local
309 CurrentPoint = PointAt(Current); in CharNormalizeOutline()
310 FCOORD pos(CurrentPoint->Point.x, CurrentPoint->Point.y); in CharNormalizeOutline()
312 CurrentPoint->Point.x = (pos.x() - UINT8_MAX / 2) * MF_SCALE_FACTOR; in CharNormalizeOutline()
313 CurrentPoint->Point.y = (pos.y() - UINT8_MAX / 2) * MF_SCALE_FACTOR; in CharNormalizeOutline()

123456