Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dmod.js115 var distance = function (a, b) { function
/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
/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
/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_hq.h45 uint32_t distance; member
/third_party/node/deps/npm/node_modules/color-convert/
H A Droute.js
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_hq.h45 uint32_t distance; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_point_smooth.c67 nir_ssa_def *distance = nir_fast_distance(b, coord, in lower_point_smooth() local
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork13.c64 int i, distance, reaped, status, retval; in check() local
/third_party/skia/fuzz/
H A DFuzzPathMeasure.cpp17 SkScalar distance[6]; in DEF_FUZZ() local
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot/
H A Drobot_hcsr04.c34 float distance = 0.0; in GetDistance() local
72 float distance = GetDistance(); in RobotTask() local
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/
H A Drobot_hcsr04.c35 float distance = 0.0; in GetDistance() local
/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...]
/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.h26 size_t distance = 0; member
/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

Completed in 6 milliseconds

12345678910>>...14