/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_position.h | 32 distance_ = src.GetDistance(); in ModelPosition() 87 const AnimatableFloat& GetDistance() const in GetDistance() function
|
H A D | model_light.h | 76 position_.SetDistance(position.GetDistance()); in SetPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity_tracker.h | 85 return lastPosition_.GetDistance(); in GetMainAxisPos() 99 return delta_.GetDistance(); in GetMainAxisDeltaPos()
|
H A D | press_recognizer.cpp | 93 if (offset.GetDistance() > MAX_THRESHOLD) { in HandleTouchMoveEvent() 98 if (offset.GetDistance() > MAX_THRESHOLD && onPressCancel_) { in HandleTouchMoveEvent()
|
H A D | slide_recognizer.cpp | 159 distance = offset.GetDistance(); in HandleTouchUpEvent() 208 …resultSpeed_ = Offset(horizontalMoveTotal, verticalMoveTotal).GetDistance() / duration_ms.count() … in HandleTouchUpEvent() 313 double distance = offset.GetDistance(); in ParseFingersOffset() 350 double distance = Offset(axisHorizontalTotal_, axisVerticalTotal_).GetDistance(); in ParseAxisOffset()
|
H A D | velocity.h | 87 return offsetPerSecond_.GetDistance(); in GetVelocityValue()
|
H A D | click_recognizer.cpp | 221 if (offset.GetDistance() > MAX_THRESHOLD) { in HandleTouchMoveEvent() 285 if (GreatOrEqual(slop.GetDistance(), MULTI_TAP_SLOP)) { in ExceedSlop()
|
H A D | pan_recognizer.cpp | 289 double offset = averageDistance_.GetDistance(); in IsPanGestureAccept() 442 return delta_.GetDistance(); in GetMainAxisDelta()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/arc/ |
H A D | render_arc.cpp | 164 double distance = GetDistance(point); in IsInRegion() 181 double RenderArc::GetDistance(const Point& point) const in GetDistance() function in OHOS::Ace::RenderArc
|
H A D | render_arc.h | 81 double GetDistance(const Point& point) const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | click_recognizer.cpp | 56 if (offset.GetDistance() > distanceThreshold_) { in IsPointInRegion() 280 DEFAULT_LONGPRESS_DURATION || offset.GetDistance() > MAX_THRESHOLD) { in IsFormRenderClickRejected() 282 static_cast<float>(offset.GetDistance())); in IsFormRenderClickRejected() 370 if (offset.GetDistance() > MAX_THRESHOLD) { in HandleTouchMoveEvent() 435 …if (GreatOrEqual(PipelineBase::Px2VpWithCurrentDensity(slop.GetDistance()), MAX_THRESHOLD_MANYTAP)… in ExceedSlop()
|
H A D | swipe_recognizer.cpp | 186 resultSpeed_ = LessOrEqual(seconds, 0.0) ? 0.0 : offset.GetDistance() / seconds; in HandleTouchUpEvent() 238 : axisOffset_.GetDistance() / duration_ms.count() * RATIO_MS_TO_S; in HandleTouchUpEvent() 274 if (moveDistance.GetDistance() < SWIPE_MOVE_LIMITED) { in HandleTouchMoveEvent()
|
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/ |
H A D | position.h | 62 float GetDistance() const in GetDistance() function
|
H A D | light.h | 56 position_.SetDistance(position.GetDistance()); in SetPosition()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_path.h | 37 float GetDistance() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | multiple_click_recognizer.cpp | 61 auto deltaDistance = deltaOffset.GetDistance(); in IsValidClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | spring_node.h | 129 int32_t GetDistance() const in GetDistance() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_path.cpp | 77 float RSPath::GetDistance() const in GetDistance() function in OHOS::Rosen::RSPath
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/ |
H A D | rspath_fuzzer.cpp | 70 rsPath->GetDistance(); in DoOtherFunc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | render_scene_viewer.cpp | 488 || cameraPosition_.GetDistance() != svComponent->GetCameraPosDistance() 553 … || light->GetPosition().GetDistance() != newLights.at(index)->GetPosition().GetDistance()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_path_test.cpp | 107 EXPECT_EQ(rsPath->GetDistance(), path.GetLength(false));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | offset.h | 93 double GetDistance() const in GetDistance() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | offset_t.h | 72 T GetDistance(const OffsetT& offset) const in GetDistance() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_callback.h | 49 auto deltaDistance = deltaOffset.GetDistance(); in IsAwayFromPoint()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_path_animation.cpp | 371 animationPath_->GetPosTan(animationPath_->GetDistance() * endFraction_, in InitInterpolationVector2f() 392 animationPath_->GetPosTan(animationPath_->GetDistance() * endFraction_, in InitInterpolationVector4f()
|