Home
last modified time | relevance | path

Searched defs:distance (Results 1 - 25 of 142) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dpinch_gesture.cpp28 double distance = context->NormalizeToPx(Dimension(distance_, DimensionUnit::VP)); in CreateRecognizer() local
H A Dpinch_gesture.h34 PinchGesture(int32_t fingers, double distance) : Gesture(fingers), distance_(distance) in PinchGesture() argument
H A Dpan_gesture.h34 PanGesture(int32_t fingers, const PanDirection& direction, double distance) in PanGesture() argument
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dpinch_gesture.cpp31 double distance = newContext->NormalizeToPx(Dimension(distance_, DimensionUnit::VP)); in CreateRecognizer() local
H A Dpinch_gesture.h34 PinchGesture(int32_t fingers, double distance) : Gesture(fingers), distance_(distance) {} in PinchGesture() argument
H A Dpan_gesture.cpp29 double distance = newContext->NormalizeToPx(Dimension(distance_, DimensionUnit::VP)); in CreateRecognizer() local
H A Dpan_gesture.h34 PanGesture(int32_t fingers, const PanDirection& direction, double distance) in PanGesture() argument
H A Dpinch_recognizer.h31 PinchRecognizer(int32_t fingers, double distance) : distance_(distance) in PinchRecognizer() argument
H A Dswipe_recognizer.h38 explicit SwipeEventInfo(SwipeDirection swipeDirection, float distance) in SwipeEventInfo() argument
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_shorten_path.cpp25 void ShortenPath(GeometryVertexSequence& vtxSeq, float distance, uint32_t closed = 0) in ShortenPath() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_path.h39 bool GetPosTan(float distance, T& pos, float& degrees) const in GetPosTan() argument
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp143 const uint16_t distance = 10; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_path.cpp83 bool RSPath::GetPosTan(float distance, Vector2f& pos, float& degrees) const in GetPosTan() argument
99 bool RSPath::GetPosTan(float distance, Vector4f& pos, float& degrees) const in GetPosTan() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dposition.h32 void SetDistance(const float distance) in SetDistance() argument
/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_mouse_device.cpp118 uint32_t distance = static_cast<uint32_t>(mouseEvent.distance); in TransformMouseWheelEvent() local
129 uint32_t distance = static_cast<uint32_t>(mouseEvent.distance); in TransformMouseHwheelEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_position.h45 void Set(const Vec3& pos, AnimatableFloat distance, bool isAngular) in Set() argument
57 void SetDistance(const AnimatableFloat& distance) in SetDistance() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dpan_event.cpp22 PanEventActuator(const WeakPtr<GestureEventHub>& gestureEventHub, PanDirection direction, int32_t fingers, float distance, bool isOverrideDistance) PanEventActuator() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dspring_model.cpp72 RefPtr<SpringModel> SpringModel::Build(double distance, double velocity, const RefPtr<SpringProperty>& spring) in Build() argument
94 CriticalDampedModel::CriticalDampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) in CriticalDampedModel() argument
120 OverdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) OverdampedModel() argument
149 UnderdampedModel(double distance, double velocity, const RefPtr<SpringProperty>& spring) UnderdampedModel() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.h59 void SetMaxDistance(const Dimension& distance) in SetMaxDistance() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_node.h283 float distance; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/
H A Drspath_fuzzer.cpp104 float distance = GetData<float>(); in DoGetPosTan() local
/foundation/multimodalinput/input/service/dfx/test/
H A Ddfx_hisysevent_test.cpp272 float distance = 10; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.h196 float distance = 0.0; variable
/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_proxy.cpp61 void ScrollBarProxy::NotifyScrollableNode(double distance, const WeakPtr<RenderScrollBar>& weakScrollBar) const in NotifyScrollableNode() argument
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjector_utils.cpp53 auto distance = targetPoint - startPoint; in CalculateNextPosValueWithLinear() local

Completed in 8 milliseconds

123456