Searched refs:to_ (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | particle_property_animation.h | 37 return to_; in GetTo() 42 to_ = to; in SetTo() 78 return NearEqual(from_, other.GetFrom()) && NearEqual(to_, other.GetTo()) && in operator ==() 94 T to_; 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() 71 to_ = value.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 | 51 IAny::Ptr to_; member in Internal::final
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.h | 135 if (!to_.empty()) { in GetEndValue() 136 return StringUtils::StringToDouble(to_); in GetEndValue() 147 if (!to_.empty()) { in GetEndValue() 148 return Color::FromString(to_); in GetEndValue() 159 if (!to_.empty()) { in GetEndValue() 160 return StringUtils::StringToDimension(to_); in GetEndValue() 252 to_ = to; in SetTo() 285 return to_; in GetTo() 400 svgAnimate->SetTo(to_); in Copy() 422 std::string to_; member in OHOS::Ace::SvgAnimate [all...] |
H A D | svg_animate.cpp | 24 if (to_.empty() || from_ == to_) { in GetValuesRange() 30 tag = (to_.find(',') != std::string::npos) ? ',' : ' '; in GetValuesRange() 31 StringUtils::StringSplitter(to_, tag, to); in GetValuesRange()
|
/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() 157 pointer.PushEventAction(PointerEventAction { PointerActionState::UP, { to_.GetX(), to_.GetY() }, 0 }); in Decompose()
|
H A D | action.h | 243 : from_(from), to_(to), touchType_(touchType), in MoveAction() 251 const NG::PointF to_; member in OHOS::Ace::ComponentTest::MoveAction
|
Completed in 5 milliseconds