Searched refs:LinearInterpolation (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng_new.cpp | 1011 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 D | pipeline_context.h | 1060 …std::tuple<float, float, float, float> LinearInterpolation(const std::tuple<float, float, uint64_t…
|
H A D | pipeline_context.cpp | 375 std::tuple<float, float, float, float> PipelineContext::LinearInterpolation( in LinearInterpolation() function in OHOS::Ace::NG::PipelineContext 479 return LinearInterpolation(historyPoint, currentPoint, nanoTimeStamp); in GetResampleCoord()
|