Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp203 const float lerpPointWeight6 = 0.57f; in CalculateBezierVelList() local
212 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight2, lerpPointWeight6)); in CalculateBezierVelList()