/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_property_animation.cpp | 130 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 D | rs_render_path_animation.cpp | 199 …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 D | rs_keyframe_animation.cpp | 85 { DURATION_MIN, DURATION_MIN, GetOriginValue(), RSAnimationTimingCurve::LINEAR }); in InitInterpolationValue() 99 …keyframes_.insert(keyframes_.begin(), { FRACTION_MIN, GetOriginValue(), RSAnimationTimingCurve::LI… in InitInterpolationValue()
|
H A D | rs_property_animation.h | 42 const std::shared_ptr<RSPropertyBase> GetOriginValue() const;
|
H A D | rs_property_animation.cpp | 47 const std::shared_ptr<RSPropertyBase> RSPropertyAnimation::GetOriginValue() const in GetOriginValue() function in OHOS::Rosen::RSPropertyAnimation
|
H A D | rs_path_animation.cpp | 373 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 D | form_value.h | 62 const std::string& GetOriginValue() const in GetOriginValue() function
|
H A D | dom_input.cpp | 484 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 D | rs_render_property_animation.h | 55 const std::shared_ptr<RSRenderPropertyBase>& GetOriginValue() const;
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | unified_record.h | 43 ValueType GetOriginValue() const;
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 264 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 D | convert_utils.cpp | 97 pbRecord->AddEntry(utdId, std::make_shared<PasteDataEntry>(utdId, record->GetOriginValue())); in Convert()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/ |
H A D | udmf_conversion.cpp | 57 auto value = record->GetOriginValue(); in ConvertRecordToSubclass()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | unified_record.cpp | 80 ValueType UnifiedRecord::GetOriginValue() const in GetOriginValue() function in OHOS::UDMF::UnifiedRecord
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.cpp | 282 data.Count(input.GetUid()) + CountBufferSize(input.GetOriginValue(), data); in CountBufferSize() 300 if (!TLVUtil::Writing(input.GetOriginValue(), data, TAG::TAG_RECORD_VALUE)) { in Writing()
|