Home
last modified time | relevance | path

Searched refs:LinearInterpolation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1011 auto result_fs = context_->LinearInterpolation(history_fs, current_fs, nanoTimeStampFs);
1021 auto result_se = context_->LinearInterpolation(history_se, current_se, nanoTimeStampSe);
1031 auto result_th = context_->LinearInterpolation(history_th, current_th, nanoTimeStampTh);
1041 auto result_for = context_->LinearInterpolation(history_for, current_for, nanoTimeStampFor);
1051 auto result_fie = context_->LinearInterpolation(history_fie, current_fie, nanoTimeStampFie);
1061 auto result_six = context_->LinearInterpolation(history_six, current_six, nanoTimeStampSix);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h1060 …std::tuple<float, float, float, float> LinearInterpolation(const std::tuple<float, float, uint64_t…
H A Dpipeline_context.cpp375 std::tuple<float, float, float, float> PipelineContext::LinearInterpolation( in LinearInterpolation() function in OHOS::Ace::NG::PipelineContext
479 return LinearInterpolation(historyPoint, currentPoint, nanoTimeStamp); in GetResampleCoord()