Searched refs:UpdatePoint (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | least_square_impl_test.cpp | 49 leastSquareImpl2.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 50 leastSquareImpl2.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 55 leastSquareImpl3.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 56 leastSquareImpl3.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 57 leastSquareImpl3.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 62 leastSquareImpl4.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 63 leastSquareImpl4.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 64 leastSquareImpl4.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F() 65 leastSquareImpl4.UpdatePoint(NUM_D1, NUM_D2); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity_tracker.cpp | 158 xAxis_.UpdatePoint(seconds, event.x); in UpdateTouchPoint() 159 yAxis_.UpdatePoint(seconds, event.y); in UpdateTouchPoint() 184 xAxis_.UpdatePoint(seconds, x); in UpdateTrackerPoint() 185 yAxis_.UpdatePoint(seconds, y); in UpdateTrackerPoint()
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | least_square_impl.h | 47 void UpdatePoint(double xVal, double yVal) in UpdatePoint() function in OHOS::Ace::LeastSquareImpl
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | drag_drop_event.h | 119 Point UpdatePoint(const RefPtr<PipelineContext>& context, const Point& prePoint);
|
H A D | drag_drop_event.cpp | 136 Point DragDropEvent::UpdatePoint(const RefPtr<PipelineContext>& context, const Point& prePoint) in UpdatePoint() function in OHOS::Ace::DragDropEvent
|
H A D | render_box.cpp | 280 Point newPoint = UpdatePoint(pipelineContext, startPoint_); in PanOnActionStart() 362 Point newPoint = UpdatePoint(pipelineContext, info.GetGlobalPoint()); in PanOnActionUpdate() 443 Point newPoint = UpdatePoint(pipelineContext, info.GetGlobalPoint()); in PanOnActionEnd()
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.cpp | 929 Point newPoint = UpdatePoint(pipelineContext, startPoint_); in PanOnActionStart()
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 994 Point newPoint = UpdatePoint(pipelineContext, startPoint_); in PanOnActionStart()
|
Completed in 7 milliseconds