Home
last modified time | relevance | path

Searched refs:UpdatePoint (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/base/
H A Dleast_square_impl_test.cpp49 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 Dvelocity_tracker.cpp158 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 Dleast_square_impl.h47 void UpdatePoint(double xVal, double yVal) in UpdatePoint() function in OHOS::Ace::LeastSquareImpl
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Ddrag_drop_event.h119 Point UpdatePoint(const RefPtr<PipelineContext>& context, const Point& prePoint);
H A Ddrag_drop_event.cpp136 Point DragDropEvent::UpdatePoint(const RefPtr<PipelineContext>& context, const Point& prePoint) in UpdatePoint() function in OHOS::Ace::DragDropEvent
H A Drender_box.cpp280 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 Drender_image.cpp929 Point newPoint = UpdatePoint(pipelineContext, startPoint_); in PanOnActionStart()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp994 Point newPoint = UpdatePoint(pipelineContext, startPoint_); in PanOnActionStart()

Completed in 7 milliseconds