Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp415 float avgY = 0.0f; in GetAvgPoint() local
423 avgY += iter->y; in GetAvgPoint()
426 avgY += iter->screenY; in GetAvgPoint()
435 avgY /= i; in GetAvgPoint()
438 return std::make_tuple(avgX, avgY, avgTime); in GetAvgPoint()