Home
last modified time | relevance | path

Searched defs:fraction (Results 26 - 50 of 161) sorted by relevance

1234567

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp59 MotionPathPosition MotionPathEvaluator::Evaluate(float fraction) in Evaluate() argument
81 double DoubleEvaluator::Evaluate(const double& start, const double& end, float fraction) in Evaluate() argument
95 Evaluate( const DimensionOffset& start, const DimensionOffset& end, float fraction) Evaluate() argument
107 Evaluate(const float& start, const float& end, float fraction) Evaluate() argument
116 Evaluate( const TransformOperations& start, const TransformOperations& end, float fraction) Evaluate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp145 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) in AddKeyFrame() argument
133 AddKeyFrame( float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) AddKeyFrame() argument
H A Dkeyframe_animation.h118 float fraction = keyframe->GetKeyTime(); variable
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_path_animat_test.cpp159 float fraction = 1.0f; in HWTEST_F() local
194 float fraction = 1.0f; in HWTEST_F() local
439 float fraction = 0.f; in HWTEST_F() local
H A Drs_keyframe_animat_test.cpp180 float fraction = 0.0f; in HWTEST_F() local
H A Drs_animat_fraction_test.cpp244 float fraction = 0.f; in HWTEST_F() local
298 float fraction = 1.f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_interpolating_spring_animation_test.cpp324 float fraction = renderInterpolatingSpringAnimation->CalculateTimeFraction(1.0f); in HWTEST_F() local
H A Drs_render_keyframe_animation_test.cpp51 void OnAnimate(float fraction) in OnAnimate() argument
203 float fraction = 0.1f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp283 float fraction = 0.f; in HWTEST_F() local
298 float fraction = 1.f; in HWTEST_F() local
H A Drs_render_path_animation_test.cpp142 float fraction = 1.0f; in HWTEST_F() local
177 float fraction = 1.0f; in HWTEST_F() local
458 float fraction = 0.f; in HWTEST_F() local
H A Drs_render_keyframe_animation_test.cpp201 float fraction = 0.0f; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_curve_animation.cpp103 void RSRenderCurveAnimation::OnSetFraction(float fraction) in OnSetFraction() argument
123 void RSRenderCurveAnimation::OnAnimate(float fraction) in OnAnimate() argument
128 void RSRenderCurveAnimation::OnAnimateInner(float fraction, const std::shared_ptr<RSInterpolator>& interpolator) in OnAnimateInner() argument
H A Drs_interpolator.cpp227 float fraction = (input - times_[startLocation]) / number; in InterpolateImpl() local
H A Drs_render_keyframe_animation.cpp45 void RSRenderKeyframeAnimation::AddKeyframe(float fraction, const std::shared_ptr<RSRenderPropertyBase>& value, in AddKeyframe() argument
218 void RSRenderKeyframeAnimation::OnAnimate(float fraction) in OnAnimate() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.cpp33 void RSKeyframeAnimation::AddKeyFrame(float fraction, const std::shared_ptr<RSPropertyBase>& value, in AddKeyFrame() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase907c.c128 u32 fraction = in & 0xffffffff; in csc_drm_to_base() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase907c.c124 u32 fraction = in & 0xffffffff; in csc_drm_to_base() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DBufferSizeView.java78 void setFaderNormalizedProgress(double fraction) { in setFaderNormalizedProgress() argument
H A DWorkloadView.java75 void setFaderNormalizedProgress(double fraction) { in setFaderNormalizedProgress() argument
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DSincResamplerStereo.cpp74 float fraction = tablePhase - index1; in readFrame() local
/third_party/skia/gm/
H A Dstringart.cpp74 SkScalar fraction = 1.0f - TimeUtils::Scaled(1e-9 * nanos, 2.0f/kDesiredDurationSecs, 2.0f); variable
/base/time/time_service/services/time/include/
H A Dsntp_client.h38 uint64_t fraction; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dlinux_pkt.c658 uint32 fraction; in osl_pkt_orphan_partial() local
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnode_animate_test.cpp35 float InterpolateCallback(float fraction, void* userData) in InterpolateCallback() argument
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_animat_cmd_test.cpp197 float fraction = 1.f; in HWTEST_F() local

Completed in 14 milliseconds

1234567