/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property_animation.h | 27 return from_; in GetFrom() 32 from_ = from; in SetFrom() 78 return NearEqual(from_, other.GetFrom()) && NearEqual(to_, other.GetTo()) && in operator ==() 93 T from_; member
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | property_animation.cpp | 37 const PropertyAnimationState::EvaluationData data { currentValue_, from_, to_, META_ACCESS_PROPERTY_VALUE(Progress), in Evaluate() 70 from_ = current.Clone(); in ProcessOnSet() 79 PropertyAnimationState::EvaluationData data { tmp, from_, to_, 1.f, META_ACCESS_PROPERTY_VALUE(Curve) }; in ProcessOnSet()
|
H A D | property_animation.h | 50 IAny::Ptr from_; member in Internal::final
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 101 if (!from_.empty()) { in GetStartValue() 102 return StringUtils::StringToDouble(from_); in GetStartValue() 111 if (!from_.empty()) { in GetStartValue() 112 return Color::FromString(from_); in GetStartValue() 121 if (!from_.empty()) { in GetStartValue() 122 return StringUtils::StringToDimension(from_); in GetStartValue() 247 from_ = from; in SetFrom() 280 return from_; in GetFrom() 399 svgAnimate->SetFrom(from_); in Copy() 421 std::string from_; member in OHOS::Ace::SvgAnimate [all...] |
H A D | svg_animate.cpp | 24 if (to_.empty() || from_ == to_) { in GetValuesRange() 28 char tag = (from_.find(',') != std::string::npos) ? ',' : ' '; in GetValuesRange() 29 StringUtils::StringSplitter(from_, tag, from); in GetValuesRange() 313 from_.c_str()); in LinearAnimateFromTo()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 139 float distanceX = to_.GetX() - from_.GetX(); in Decompose() 140 float distanceY = to_.GetY() - from_.GetY(); in Decompose() 151 PointerEventAction { PointerActionState::DOWN, { from_.GetX(), from_.GetY() }, intervalMs }); in Decompose() 153 float pointX = from_.GetX() + (distanceX * step) / steps_; in Decompose() 154 float pointY = from_.GetY() + (distanceY * step) / steps_; in Decompose()
|
H A D | action.h | 243 : from_(from), to_(to), touchType_(touchType), in MoveAction() 250 const NG::PointF from_; member in OHOS::Ace::ComponentTest::MoveAction
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | netsys_net_diag_data.h | 61 std::string from_; member
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_net_diag_data.cpp | 119 if (!parcel.WriteString(from_)) { in Marshalling() 139 if (!parcel.ReadString(icmpSeq.from_)) { in Unmarshalling()
|
/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_group_test.cpp | 204 std::vector<FormRequest> from_ = group->GetAllRendererFormRequests(); in HWTEST_F() local
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | net_diag_wrapper_test.cpp | 465 responseInfo.from_ = TEST_STRING_VALUE; in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_diag_wrapper.cpp | 436 icmpRespInfo.from_ = match[fromPos].str(); in ExtractIcmpSeqInfo()
|