Home
last modified time | relevance | path

Searched refs:stagingValue_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h253 stagingValue_ = value;
263 stagingValue_ = value;
280 return stagingValue_;
291 stagingValue_ = property->stagingValue_;
320 T stagingValue_ {};
411 return RSProperty<T>::stagingValue_;
575 RSProperty<T>::stagingValue_ = property->stagingValue_;
647 … RSProperty<T>::stagingValue_ = RSProperty<T>::stagingValue_ + animatableProperty->stagingValue_;
656 … RSProperty<T>::stagingValue_ = RSProperty<T>::stagingValue_ - animatableProperty->stagingValue_;
663 RSProperty<T>::stagingValue_ = RSProperty<T>::stagingValue_ * scale;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_property.h182 : RSRenderPropertyBase(id), stagingValue_(value) in RSRenderProperty()
188 if (value == stagingValue_) { in Set()
191 stagingValue_ = value; in Set()
200 return stagingValue_; in Get()
205 return stagingValue_; in GetRef()
219 T stagingValue_;
248 RSRenderProperty<T>::stagingValue_, RSRenderProperty<T>::id_, type_, unit_); in Clone()
317 …RSRenderProperty<T>::stagingValue_ = RSRenderProperty<T>::stagingValue_ + animatableProperty->stag… in Add()
326 …RSRenderProperty<T>::stagingValue_ = RSRenderProperty<T>::stagingValue_ - animatableProperty->stag… in Minus()
333 RSRenderProperty<T>::stagingValue_ = RSRenderProperty<T>::stagingValue_ * scale; in Multiply()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_path_animation.cpp276 … std::static_pointer_cast<RSProperty<float>>(modifier->GetProperty())->stagingValue_ = rotation; in SetRotation()
283 … std::static_pointer_cast<RSProperty<float>>(modifier->GetProperty())->stagingValue_ = rotation; in SetRotation()
370 … animationPath_->GetPosTan(0.0f * beginFraction_, startVector2f->stagingValue_, startTangent_); in InitInterpolationVector2f()
372 endVector2f->stagingValue_, endTangent_); in InitInterpolationVector2f()
375 UpdateVector2fValueAddOrigin(startVector2f->stagingValue_, endVector2f->stagingValue_, in InitInterpolationVector2f()
376 originVector2f->stagingValue_); in InitInterpolationVector2f()
391 … animationPath_->GetPosTan(0.0f * beginFraction_, startVector4f->stagingValue_, startTangent_); in InitInterpolationVector4f()
393 endVector4f->stagingValue_, endTangent_); in InitInterpolationVector4f()
396 UpdateVector4fValueAddOrigin(startVector4f->stagingValue_, endVector4f->stagingValue_, in InitInterpolationVector4f()
397 originVector4f->stagingValue_); in InitInterpolationVector4f()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation_proxy.h63 return it->second.stagingValue_; in GetStagingValue()
73 T delta = (it->second.endValue_ - it->second.stagingValue_) / remainingTicks; in Next()
74 it->second.stagingValue_ += delta; in Next()
79 T stagingValue_; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp255 return std::fabs(RSRenderProperty<float>::stagingValue_); in ToFloat()
261 return RSRenderProperty<Vector4f>::stagingValue_.GetLength(); in ToFloat()
267 return RSRenderProperty<Quaternion>::stagingValue_.GetLength(); in ToFloat()
273 return RSRenderProperty<Vector2f>::stagingValue_.GetLength(); in ToFloat()
581 …return fabs(RSRenderProperty<float>::stagingValue_ - animatableProperty->stagingValue_) <= zeroThr… in IsNearEqual()
593 …return RSRenderProperty<Vector2f>::stagingValue_.IsNearEqual(animatableProperty->Get(), zeroThresh… in IsNearEqual()
641 return RSRenderProperty<Color>::stagingValue_.IsNearEqual( in IsNearEqual()
658 auto filter = RSRenderProperty<std::shared_ptr<RSFilter>>::stagingValue_; in IsNearEqual()
683 auto thisData = RSRenderProperty<Vector4<Color>>::stagingValue_.data_; in IsNearEqual()
701 …return RSRenderProperty<RRect>::stagingValue_.IsNearEqual(animatableProperty->Get(), zeroThreshold… in IsNearEqual()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp271 renderProperty->stagingValue_ = type;