Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp461 auto historyPoint = GetAvgPoint(history, isScreen); in GetResampleCoord() local
471 …std::get<INDEX_X>(historyPoint), std::get<INDEX_Y>(historyPoint), std::get<INDEX_TIME>(historyPoin… in GetResampleCoord()
479 return LinearInterpolation(historyPoint, currentPoint, nanoTimeStamp); in GetResampleCoord()