Home
last modified time | relevance | path

Searched refs:Clone (Results 1 - 25 of 307) sorted by relevance

12345678910>>...13

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_property_animation.cpp28 originValue_(originValue->Clone()), lastValue_(originValue->Clone()) in RSRenderPropertyAnimation()
112 lastValue_ = originValue_->Clone(); in ParseParam()
127 return property_->Clone(); in GetPropertyValue()
131 return lastValue_->Clone(); in GetPropertyValue()
151 animationValue = property_->Clone() + (value - lastValue_); in SetAnimationValue()
152 lastValue_ = value->Clone(); in SetAnimationValue()
154 animationValue = value->Clone(); in SetAnimationValue()
155 lastValue_ = value->Clone(); in SetAnimationValue()
167 animationValue = value->Clone(); in GetAnimationValue()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_any.h26 RsAny(const RsAny &that) : m_ptr(that.Clone()) {} in RsAny()
55 m_ptr = a.Clone(); in operator =()
65 virtual BaseUPtr Clone() const = 0;
73 BaseUPtr Clone() const in Clone() function
84 BaseUPtr Clone() const in Clone() function
87 return m_ptr->Clone(); in Clone()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dgeneric_iterator.h41 virtual Ptr Clone() const = 0;
60 it_ = it.it_->Clone(); in IIterator()
66 it_ = it->Clone(); in IIterator()
76 it_ = it.it_->Clone(); in operator =()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_property.h40 RefPtr<LayoutProperty> Clone() const override
43 Clone(value);
126 void Clone(RefPtr<LayoutProperty> property) const override
129 FlexLayoutProperty::Clone(value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_property.h37 RefPtr<LayoutProperty> Clone() const override
40 Clone(value);
66 void Clone(RefPtr<LayoutProperty> property) const override
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dproperty_animation.cpp70 from_ = current.Clone(); in ProcessOnSet()
71 to_ = value.Clone(); in ProcessOnSet()
72 currentValue_ = current.Clone(); in ProcessOnSet()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_property.h39 RefPtr<LayoutProperty> Clone() const override
42 LinearLayoutProperty::Clone(value);
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h111 virtual RefPtr<ImageObject> Clone() in Clone() function in OHOS::Ace::ImageObject
143 RefPtr<ImageObject> Clone() override
170 RefPtr<ImageObject> Clone() override
211 RefPtr<ImageObject> Clone() override
266 RefPtr<ImageObject> Clone() override
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_any.h72 virtual IAny::Ptr Clone(const AnyCloneOptions& options) const = 0;
84 IAny::Ptr Clone() const in Clone() function in AnyReturn::IAny
86 return Clone({ CloneValueType::COPY_VALUE }); in Clone()
88 IAny::Ptr Clone(bool withValue) const in Clone() function in AnyReturn::IAny
90 return Clone({ withValue ? CloneValueType::COPY_VALUE : CloneValueType::DEFAULT_VALUE }); in Clone()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_layout_property.h35 RefPtr<LayoutProperty> Clone() const override
38 TextLayoutProperty::Clone(value);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dregion.cpp27 impl_->Clone(other); in Region()
32 impl_->Clone(other); in operator =()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp63 return property_->Clone(); in GetPropertyValue()
90 originValue_ = originValue->Clone(); in SetOriginValue()
98 startValue_ = originValue_->Clone(); in InitInterpolationValue()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h198 IAny::Ptr Clone(const AnyCloneOptions& options) const override;
199 IAny::Ptr Clone(bool withValue) const in Clone() function in Any
201 return Clone({ withValue ? CloneValueType::COPY_VALUE : CloneValueType::DEFAULT_VALUE }); in Clone()
402 IAny::Ptr Clone(const AnyCloneOptions& options) const override;
403 IAny::Ptr Clone(bool withValue) const
405 return Clone({ withValue ? CloneValueType::COPY_VALUE : CloneValueType::DEFAULT_VALUE });
438 IAny::Ptr Any<Type, Compare>::Clone(const AnyCloneOptions& options) const
447 IAny::Ptr ArrayAny<Type, Compare>::Clone(const AnyCloneOptions& options) const
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Dstack_property.cpp75 if (auto c = interface_pointer_cast<IValue>(value.Clone(true))) { in SetValueInValueStack()
123 res = SetInternalAny(value.Clone(false)); in SetValue()
344 defaultValue_ = any->Clone(false);
348 currentValue_ = defaultValue_->Clone(true);
383 currentValue_ = defaultValue_->Clone(false);
392 currentValue_ = defaultValue_->Clone(false);
415 if (auto res = Super::SetInternalAny(defaultValue_->Clone(false))) {
416 currentValue_ = defaultValue_->Clone(true);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H A Dgrid_col_layout_property.h34 RefPtr<LayoutProperty> Clone() const override
37 LinearLayoutProperty::Clone(value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.h47 RefPtr<LayoutProperty> Clone() const override
50 LinearLayoutProperty::Clone(value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_property.h36 RefPtr<LayoutProperty> Clone() const override
39 TextLayoutProperty::Clone(value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_property.h39 RefPtr<LayoutProperty> Clone() const override
42 TextLayoutProperty::Clone(value);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h40 void Clone(const Region& other) in Clone() function in OHOS::Rosen::Drawing::Region
42 impl_->Clone(other); in Clone()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_meta.h38 std::shared_ptr<OHOS::Media::Plugin::BufferMeta> Clone() override;
71 std::shared_ptr<OHOS::Media::Plugin::BufferMeta> Clone() override;
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_extent_test_ng.cpp99 paintProperty->Clone(); in HWTEST_F()
129 paintProperty->Clone(); in HWTEST_F()
159 paintProperty->Clone(); in HWTEST_F()
191 paintProperty->Clone(); in HWTEST_F()
222 paintProperty->Clone(); in HWTEST_F()
253 paintProperty->Clone(); in HWTEST_F()
285 paintProperty->Clone(); in HWTEST_F()
316 paintProperty->Clone(); in HWTEST_F()
347 paintProperty->Clone(); in HWTEST_F()
378 paintProperty->Clone(); in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h84 virtual std::shared_ptr<BufferMeta> Clone() = 0;
110 std::shared_ptr<BufferMeta> Clone() override;
153 std::shared_ptr<BufferMeta> Clone() override;
/foundation/multimodalinput/input/util/network/src/
H A Dstream_buffer.cpp26 Clone(buf); in StreamBuffer()
31 Clone(other); in operator =()
212 bool StreamBuffer::Clone(const StreamBuffer &buf) in Clone() function in OHOS::MMI::StreamBuffer
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Derror.rs20 #[derive(PartialEq, Eq, Clone, Copy, Debug)]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_layout_property.h34 RefPtr<LayoutProperty> Clone() const override

Completed in 15 milliseconds

12345678910>>...13