Searched refs:vy (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_bezier_arc.cpp | 172 float vy = (-y1 - cy1) / ry; in Init() local 187 n = Sqrt((ux * ux + uy * uy) * (vx * vx + vy * vy)); in Init() 188 p = ux * vx + uy * vy; in Init() 189 sign = (ux * vy - uy * vx < 0) ? -1.0f : 1.0f; in Init()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 875 void WebDelegate::HandleTouchpadFlingEvent(const double& x, const double& y, const double& vx, const double& vy) {} in HandleTouchpadFlingEvent() argument 877 const double& x, const double& y, const double& vx, const double& vy, const std::vector<int32_t>& pressedCodes) in WebHandleTouchpadFlingEvent() 1050 void WebDelegate::ScrollByRefScreen(float deltaX, float deltaY, float vx, float vy) {} in ScrollByRefScreen() argument 876 WebHandleTouchpadFlingEvent( const double& x, const double& y, const double& vx, const double& vy, const std::vector<int32_t>& pressedCodes) WebHandleTouchpadFlingEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.h | 798 void HandleTouchpadFlingEvent(const double& x, const double& y, const double& vx, const double& vy); 800 const double& vx, const double& vy, const std::vector<int32_t>& pressedCodes); 1004 void ScrollByRefScreen(float deltaX, float deltaY, float vx = 0, float vy = 0);
|
H A D | web_delegate.cpp | 5652 void WebDelegate::HandleTouchpadFlingEvent(const double& x, const double& y, const double& vx, const double& vy) in HandleTouchpadFlingEvent() argument 5655 nweb_->SendTouchpadFlingEvent(x, y, vx, vy); in HandleTouchpadFlingEvent() 5660 const double& vx, const double& vy, const std::vector<int32_t>& pressedCodes) in WebHandleTouchpadFlingEvent() 5663 nweb_->WebSendTouchpadFlingEvent(x, y, vx, vy, pressedCodes); in WebHandleTouchpadFlingEvent() 6624 void WebDelegate::ScrollByRefScreen(float deltaX, float deltaY, float vx, float vy) in ScrollByRefScreen() argument 6627 nweb_->ScrollByRefScreen(deltaX, deltaY, vx, vy); in ScrollByRefScreen() 5659 WebHandleTouchpadFlingEvent(const double& x, const double& y, const double& vx, const double& vy, const std::vector<int32_t>& pressedCodes) WebHandleTouchpadFlingEvent() argument
|
Completed in 17 milliseconds