Home
last modified time | relevance | path

Searched refs:nextPoint (Results 1 - 3 of 3) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_gesture_recognizer.cpp411 Pointer nextPoint; in GetPointerPath() local
422 nextPoint = route[i]; in GetPointerPath()
429 float xNextUnitVector = nextPoint.px_ - newSeparation.px_; in GetPointerPath()
430 float yNextUnitVector = nextPoint.py_ - newSeparation.py_; in GetPointerPath()
445 xVector = nextPoint.px_ - firstSeparation.px_; in GetPointerPath()
446 yVector = nextPoint.py_ - firstSeparation.py_; in GetPointerPath()
454 pointerPath.push_back(nextPoint); in GetPointerPath()
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp167 int16_t nextPoint; in GetNextFrameValue() local
169 nextPoint = EasingEquation::CubicEaseIn(from, to, elapsedTime, params_.during); in GetNextFrameValue()
171 nextPoint = EasingEquation::CubicEaseOut(from, to, elapsedTime, params_.during); in GetNextFrameValue()
173 nextPoint = EasingEquation::CubicEaseInOut(from, to, elapsedTime, params_.during); in GetNextFrameValue()
175 nextPoint = EasingEquation::LinearEaseNone(from, to, elapsedTime, params_.during); in GetNextFrameValue()
178 return nextPoint; in GetNextFrameValue()
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_injector.cpp444 Point nextPoint = InjectorUtils::CalculateNextPosValueWithBezier( in CalculatePosValueBaseOnLastPoint() local
446 info.x = static_cast<int32_t>(nextPoint.x); in CalculatePosValueBaseOnLastPoint()
447 info.y = static_cast<int32_t>(nextPoint.y); in CalculatePosValueBaseOnLastPoint()

Completed in 7 milliseconds