Home
last modified time | relevance | path

Searched refs:GetOriginValue (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp130 const std::shared_ptr<RSRenderPropertyBase>& RSRenderPropertyAnimation::GetOriginValue() const in GetOriginValue() function in OHOS::Rosen::RSRenderPropertyAnimation
171 backwardValue = GetPropertyValue() + (GetOriginValue() - lastValue_); in OnRemoveOnCompletion()
173 backwardValue = GetOriginValue(); in OnRemoveOnCompletion()
H A Drs_render_path_animation.cpp199 …o valueVector2f = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(GetOriginValue()); in OnAnimate()
200 if (GetOriginValue()->GetPropertyType() == RSRenderPropertyType::PROPERTY_VECTOR2F) { in OnAnimate()
330 …matableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector2f>>(GetOriginValue()); in UpdateVector2fPathValue()
342 …matableProperty = std::static_pointer_cast<RSRenderAnimatableProperty<Vector4f>>(GetOriginValue()); in UpdateVector4fPathValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.cpp85 { DURATION_MIN, DURATION_MIN, GetOriginValue(), RSAnimationTimingCurve::LINEAR }); in InitInterpolationValue()
99 …keyframes_.insert(keyframes_.begin(), { FRACTION_MIN, GetOriginValue(), RSAnimationTimingCurve::LI… in InitInterpolationValue()
H A Drs_property_animation.h42 const std::shared_ptr<RSPropertyBase> GetOriginValue() const;
H A Drs_property_animation.cpp47 const std::shared_ptr<RSPropertyBase> RSPropertyAnimation::GetOriginValue() const in GetOriginValue() function in OHOS::Rosen::RSPropertyAnimation
H A Drs_path_animation.cpp373 auto originVector2f = std::static_pointer_cast<RSProperty<Vector2f>>(GetOriginValue()); in InitInterpolationVector2f()
394 auto originVector4f = std::static_pointer_cast<RSProperty<Vector4f>>(GetOriginValue()); in InitInterpolationVector4f()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Dform_value.h62 const std::string& GetOriginValue() const in GetOriginValue() function
H A Ddom_input.cpp484 textField->SetValue(GetOriginValue()); in OnReset()
491 radio->SetGroupValue(GetOriginValue()); in OnReset()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_property_animation.h55 const std::shared_ptr<RSRenderPropertyBase>& GetOriginValue() const;
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dunified_record.h43 ValueType GetOriginValue() const;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp264 auto value = record->GetOriginValue(); in PlainText2PasteRecord()
337 auto value = record->GetOriginValue(); in Html2PasteRecord()
378 auto value = record->GetOriginValue(); in Link2PasteRecord()
611 auto value = record->GetOriginValue(); in AppItem2PasteRecord()
H A Dconvert_utils.cpp97 pbRecord->AddEntry(utdId, std::make_shared<PasteDataEntry>(utdId, record->GetOriginValue())); in Convert()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp57 auto value = record->GetOriginValue(); in ConvertRecordToSubclass()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_record.cpp80 ValueType UnifiedRecord::GetOriginValue() const in GetOriginValue() function in OHOS::UDMF::UnifiedRecord
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_util.cpp282 data.Count(input.GetUid()) + CountBufferSize(input.GetOriginValue(), data); in CountBufferSize()
300 if (!TLVUtil::Writing(input.GetOriginValue(), data, TAG::TAG_RECORD_VALUE)) { in Writing()