Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp62 constexpr uint64_t ONE_S_IN_NS = 1 * 1000 * 1000 * 1000; variable
391 … auto inputXDeltaSlope = (std::get<INDEX_X>(current) - std::get<INDEX_X>(history)) * ONE_S_IN_NS / in LinearInterpolation()
393 … auto inputYDeltaSlope = (std::get<INDEX_Y>(current) - std::get<INDEX_Y>(history)) * ONE_S_IN_NS / in LinearInterpolation()