/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | bilateral_spring_adapter.cpp | 26 double lastValue = controlNode->GetValue(); in ResetControl() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_value_estimator_test.cpp | 86 auto lastValue = std::make_shared<RSRenderAnimatableProperty<float>>(1.0f); in HWTEST_F() local
|
H A D | rs_render_property_animation_test.cpp | 108 auto lastValue = renderPropertyAnimation->GetLastValue(); in HWTEST_F() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_slider.cpp | 372 int32_t lastValue = curValue_; in OnRotateEvent() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_value_estimator.h | 63 InitCurveAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const std::shared_ptr<RSRenderPropertyBase>& lastValue) InitCurveAnimationValue() argument 68 InitKeyframeAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, std::vector<std::tuple<float, std::shared_ptr<RSRenderPropertyBase>, std::shared_ptr<RSInterpolator>>>& keyframes, const std::shared_ptr<RSRenderPropertyBase>& lastValue) InitKeyframeAnimationValue() argument 73 InitDurationKeyframeAnimationValue(const std::shared_ptr<RSRenderPropertyBase>& property, std::vector<std::tuple<float, float, std::shared_ptr<RSRenderPropertyBase>, std::shared_ptr<RSInterpolator>>>& keyframes, const std::shared_ptr<RSRenderPropertyBase>& lastValue) InitDurationKeyframeAnimationValue() argument 322 InitRSSpringValueEstimator(const std::shared_ptr<RSRenderPropertyBase>& property, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const std::shared_ptr<RSRenderPropertyBase>& lastValue) InitRSSpringValueEstimator() argument 326 UpdateStartValueAndLastValue( const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& lastValue) UpdateStartValueAndLastValue() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/ |
H A D | rsanimationbase_fuzzer.cpp | 462 auto lastValue = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSCurveValueEstimatorFuzzerTest() local 484 auto lastValue = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSKeyframeValueEstimatorFuzzerTest() local 509 auto lastValue = std::make_shared<RSRenderAnimatableProperty<float>>(GetData<float>()); in RSSpringValueEstimatorFuzzerTest() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fAtomicCounterTests.cpp | 714 const deUint32 lastValue = initialValue + (spec.useBranches ? spec.threadCount*spec.callCount - spec.threadCount*spec.callCount/2 : 0) - (spec.useBranches ? spec.threadCount*spec.callCount/2 : 0); in checkPath() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 537 deUint64 lastValue = 0; in run() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 533 deUint64 lastValue = 0; in run() local
|