Home
last modified time | relevance | path

Searched refs:bottomVelocity (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.cpp194 Drawing::Point bottomVelocity = velocityList[1]; in CalculateBezierVelList() local
205 …curveVelList.push_back(LerpPoint(topVelocity, bottomVelocity, lerpPointWeight3, lerpPointWeight3)); in CalculateBezierVelList()
206 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight2, lerpPointWeight4)); in CalculateBezierVelList()
207 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight1, lerpPointWeight5)); in CalculateBezierVelList()
211 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight1, lerpPointWeight4)); in CalculateBezierVelList()
217 …curveVelList.push_back(LerpPoint(topVelocity, bottomVelocity, lerpPointWeight3, lerpPointWeight3)); in CalculateBezierVelList()
218 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight4, lerpPointWeight2)); in CalculateBezierVelList()
219 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight5, lerpPointWeight1)); in CalculateBezierVelList()
220 curveVelList.push_back(bottomVelocity); in CalculateBezierVelList()
221 …curveVelList.push_back(LerpPoint(bottomVelocity, topVelocity, lerpPointWeight5, lerpPointWeight1)); in CalculateBezierVelList()
[all …]