Home
last modified time | relevance | path

Searched defs:delta_x (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1372 double delta_x, in WebSendMouseWheelEvent()
1472 virtual bool ScrollByWithResult(float delta_x, float delta_y) { in ScrollByWithResult()
1525 virtual void ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) {} in ScrollByWithAnime()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp123 void ArkWebNWebImpl::SendMouseWheelEvent(double x, double y, double delta_x, double delta_y) in SendMouseWheelEvent()
531 void ArkWebNWebImpl::ScrollBy(float delta_x, float delta_y) in ScrollBy()
872 void ArkWebNWebImpl::ScrollByRefScreen(float delta_x, float delta_y, float vx, float vy) in ScrollByRefScreen()
1061 double delta_x, in WebSendMouseWheelEvent()
1128 bool ArkWebNWebImpl::ScrollByWithResult(float delta_x, float delta_y) in ScrollByWithResult()
1163 void ArkWebNWebImpl::ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) in ScrollByWithAnime()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp121 void ArkWebNWebWrapper::SendMouseWheelEvent(double x, double y, double delta_x, double delta_y) in SendMouseWheelEvent()
632 void ArkWebNWebWrapper::ScrollBy(float delta_x, float delta_y) in ScrollBy()
1013 void ArkWebNWebWrapper::ScrollByRefScreen(float delta_x, float delta_y, float vx, float vy) in ScrollByRefScreen()
1238 double delta_x, in WebSendMouseWheelEvent()
1329 bool ArkWebNWebWrapper::ScrollByWithResult(float delta_x, float delta_y) in ScrollByWithResult()
1364 void ArkWebNWebWrapper::ScrollByWithAnime(float delta_x, float delta_y, int32_t duration) in ScrollByWithAnime()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/haptic_matcher/src/
H A Dcustom_vibration_matcher.cpp413 float delta_x = static_cast<float>(x2 - x1); in Interpolation() local